public interface IInterface
| android.os.IInterface |
Binder界面的基类。 定义新界面时,必须从IInterface派生它。
公共方法(Public methods) |
|
|---|---|
abstract IBinder |
asBinder() 检索与此接口关联的Binder对象。 |
IBinder asBinder ()
检索与此接口关联的Binder对象。 您必须使用此代替简单转换,以便代理对象可以返回正确的结果。
| 返回(Returns) | |
|---|---|
IBinder |
|