最終更新:2016-01-19 (火) 14:30:10 (3020d)  

android.os.Binder
Top / android.os.Binder

Base class for a remotable object, the core part of a lightweight remote procedure call mechanism defined by IBinder.

http://developer.android.com/reference/android/os/Binder.html

メモ

  • Most developers will not implement this class directly, instead using the aidl? tool to describe the desired interface, having it generate the appropriate Binder subclass.

親クラス

インターフェイス

関連