English | Site Directory

Android - An Open Handset Alliance Project

android.os
public interface

android.os.IInterface

android.os.IInterface

Base class for Binder interfaces. When defining a new interface, you must derive it from IInterface.

Known Indirect Subclasses

Summary

Public Methods

        IBinder  asBinder()
Retrieve the Binder object associated with this interface.

Details

Public Methods

public IBinder asBinder()

Retrieve the Binder object associated with this interface. You must use this instead of a plain cast, so that proxy objects can return the correct result.
Build m5-rc15g - 14 May 2008 12:50