AssociationInfo.AssociationToken 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.
Association owner app can give this token to other apps to execute actions e.
public Java.Util.UUID AssociationToken { [Android.Runtime.Register("getAssociationToken", "()Ljava/util/UUID;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getAssociationToken", "()Ljava/util/UUID;", "", ApiSince=37)>]
member this.AssociationToken : Java.Util.UUID
Property Value
A system generated token for this association.
- Attributes