Java android.os Messenger fields, constructors, methods, implement or subclass

Example usage for Java android.os Messenger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os Messenger.

The text is from its open source code.

Constructor

Messenger(Handler target)
Create a new Messenger pointing to the given Handler.
Messenger(IBinder target)
Create a Messenger from a raw IBinder, which had previously been retrieved with #getBinder .

Method

IBindergetBinder()
Retrieve the IBinder that this Messenger is using to communicate with its associated Handler.
voidsend(Message message)
Send a Message to this Messenger's Handler.