Supported APIs
Find bellow the list of APIs currently available for the Capacitor SDK.
- clearTid
- generateIdentityTransferUrl
- getAutomaticInteractionTrackingConfiguration
- getConfiguration
- getIdentityTransferConfiguration
- getLoggingConfiguration
- getOptOutConfiguration
- getTid
- getVersion
- processDeeplink
- processLocation
- processResponse
- sendInteraction
- sendInteractionForOutboundLink
- sendInteractionResponseCode
- sendProperties
- setAutomaticInteractionTrackingConfiguration
- setConfiguration
- setIdentityTransferConfiguration
- setLoggingConfiguration
- setOptOutConfiguration
Promise<MXOResult<T>>
where <T>
can be an MXO Type, null
, or explicitly the MXOError
Type. This is because Capacitor only supports returning JSObjects
from Plugin APIs. For more information, see this open issue.