Android.OS.TokenWatcher Members

The members of Android.OS.TokenWatcher are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct the TokenWatcher

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsAcquiredbool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Acquire(IBinder, string)
Record that this token has been acquired.
abstract
Acquired()
Called when the number of active tokens goes from 0 to 1.
Cleanup(IBinder, bool)
Dump()
Dump(Java.IO.PrintWriter)
Release(IBinder)
abstract
Released()
Called when the number of active tokens goes from 1 to 0.