Functions
getNfcConfiguration
Retrieve the currently persisted NFC configuration.
Retrieve the currently persisted NFC configuration.
If none was previously stored, a default configuration is returned and persisted.
NFC is only supported on Android. On any other platform, it will return NfcError.PlatformNotSupported.
Signature
function getNfcConfiguration(): Promise<Result<NfcConfiguration, MobileCredentialHolderError<PlatformNotSupported>>>Returns
Promise<Result<NfcConfiguration, MobileCredentialHolderError<PlatformNotSupported>>>
How would you rate this page?