Language

ContextUnderstanderService.SetExecutor(IExecutor) Method

Definition

Sets the executor to be used when methods are invoked on this service.

[Android.Runtime.Register("setExecutor", "(Ljava/util/concurrent/Executor;)V", "", ApiSince=37)]
public void SetExecutor(Java.Util.Concurrent.IExecutor executor);
[<Android.Runtime.Register("setExecutor", "(Ljava/util/concurrent/Executor;)V", "", ApiSince=37)>]
member this.SetExecutor : Java.Util.Concurrent.IExecutor -> unit

Parameters

executor
IExecutor

The Executor to run calls on.

Attributes

Applies to