Język

AuthenticationPolicyManager.CreateCrossDeviceAuthenticationRequest Method

Definition

Creates a new cross-device authentication request associated with the given android.companion.CompanionDeviceManager's obfuscated remote device ID.

[Android.Runtime.Register("createCrossDeviceAuthenticationRequest", "(Ljava/util/UUID;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)]
public void CreateCrossDeviceAuthenticationRequest(Java.Util.UUID associationToken, Java.Util.Concurrent.IExecutor callbackExecutor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("createCrossDeviceAuthenticationRequest", "(Ljava/util/UUID;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)>]
member this.CreateCrossDeviceAuthenticationRequest : Java.Util.UUID * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit

Parameters

associationToken
UUID

the association token of the remote device where this request will be processed

callbackExecutor
IExecutor

the executor on which to invoke the callback

callback
IOutcomeReceiver

the receiver for the encrypted request on success, or an exception on failure

Attributes

Applies to