Android.OS.TokenWatcher.Acquire Method
Record that this token has been acquired.

Syntax

[Android.Runtime.Register("acquire", "(Landroid/os/IBinder;Ljava/lang/String;)V", "GetAcquire_Landroid_os_IBinder_Ljava_lang_String_Handler")]
public virtual void Acquire (IBinder token, string tag)

Parameters

token
An IBinder object. If this token has already been acquired, no action is taken.
tag
A string used by the TokenWatcher.Dump method for debugging, to see who has references.

Remarks

Record that this token has been acquired. When acquire is called, and the current count is 0, the acquired method is called on the given handler.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1