Handler
ICallback
Handler()
Handler(ICallback)
Handler(Looper)
Handler(IntPtr, JniHandleOwnership)
Handler(Looper, ICallback)
Handler(Action<Message>)
JniPeerMembers
Looper
ThresholdClass
ThresholdType
CreateAsync(Looper)
CreateAsync(Looper, ICallback)
DispatchMessage(Message)
Dump(IPrinter, String)
DumpAsync(IPrinter, String)
GetMessageName(Message)
HandleMessage(Message)
HasCallbacks(IRunnable)
HasMessages(Int32)
HasMessages(Int32, Object)
ObtainMessage()
ObtainMessage(Int32)
ObtainMessage(Int32, Object)
ObtainMessage(Int32, Int32, Int32)
ObtainMessage(Int32, Int32, Int32, Object)
Post(Action)
Post(IRunnable)
PostAtFrontOfQueue(Action)
PostAtFrontOfQueue(IRunnable)
PostAtTime(Action, Int64)
PostAtTime(IRunnable, Int64)
PostAtTime(Action, Object, Int64)
PostAtTime(IRunnable, Object, Int64)
PostDelayed(Action, Int64)
PostDelayed(IRunnable, Int64)
PostDelayed(IRunnable, Object, Int64)
RemoveCallbacks(Action)
RemoveCallbacks(IRunnable)
RemoveCallbacks(Action, Object)
RemoveCallbacks(IRunnable, Object)
RemoveCallbacksAndMessages(Object)
RemoveMessages(Int32)
RemoveMessages(Int32, Object)
SendEmptyMessage(Int32)
SendEmptyMessageAtTime(Int32, Int64)
SendEmptyMessageDelayed(Int32, Int64)
SendMessage(Message)
SendMessageAtFrontOfQueue(Message)
SendMessageAtTime(Message, Int64)
SendMessageDelayed(Message, Int64)
monoandroid
namespace Android.OS
{
[Register("android/os/Handler", DoNotGenerateAcw = true)]
public class Handler : Object
{
[Register("removeCallbacks", "(Ljava/lang/Runnable;Ljava/lang/Object;)V", "")]
public void RemoveCallbacks(IRunnable! r, Object? token);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API