Sprache

AppInteractionManager.CreateSession Method

Definition

[Android.Runtime.Register("createSession", "(Landroid/app/AppInteractionSession$CreateParams;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)]
public void CreateSession(Android.App.AppInteractionSession.CreateParams params, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("createSession", "(Landroid/app/AppInteractionSession$CreateParams;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)>]
member this.CreateSession : Android.App.AppInteractionSession.CreateParams * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit

Parameters

executor
IExecutor
callback
IOutcomeReceiver
Attributes

Applies to