TKSmartCardSlotManager.CreateNfcSlotAsync(String) Method

Definition

Creates an NFC smart card slot asynchronously, displaying a message in the system-presented NFC UI.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession> CreateNfcSlotAsync(string? message);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateNfcSlotAsync : string -> System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession>
override this.CreateNfcSlotAsync : string -> System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession>

Parameters

message
String

The message to display in the system-presented NFC UI.

Returns

A task that represents the asynchronous CreateNfcSlot operation. The value of the TResult parameter is of type System.Action<CryptoTokenKit.TKSmartCardSlotNFCSession,Foundation.NSError>.

Attributes

Applies to