NfcAdapter.GestureExchangeAid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the AID for Tap to Share functionality.
public string? GestureExchangeAid { [Android.Runtime.Register("getGestureExchangeAid", "()Ljava/lang/String;", "", ApiSince=37)] [Android.Runtime.RequiresPermission("android.permission.PERFORM_GESTURE_EXCHANGE")] get; }
[<get: Android.Runtime.Register("getGestureExchangeAid", "()Ljava/lang/String;", "", ApiSince=37)>]
[<get: Android.Runtime.RequiresPermission("android.permission.PERFORM_GESTURE_EXCHANGE")>]
member this.GestureExchangeAid : string
Property Value
- Attributes