Supported APIs

Find bellow the list of APIs currently available for the CapacitorJS SDK.

Note: All MXO CapacitorJS SDK APIs return a Promise<MXOResult<T>> where <T> can be an MXO Type, null, or explicitly the MXOError Type. This is because CapacitorJS only supports returning JSObjects from Plugin APIs. For more information, see this open issue.