Android
Documentation
What is Android?
Getting Started
Installing the SDK
Upgrading the SDK
Developing/Debugging
Hello Android
Anatomy of an App
Notepad Tutorial
Development Tools
Application Model
Application Life Cycle
Developing Applications
Implementing a UI
Building Blocks
Data Storage and Retrieval
Security Model
Resources and i18n
Developer Toolbox
Design Philosophy
Building Custom Components
Optional APIs
Reference Information
Package Index
Class Index
Class Hierarchy
List of Views
List of Intents
List of Permissions
List of Resource Types
Android IDL
Glossary
Index
FAQs
General
Common Tasks
Troubleshooting
Open Source Licensing
Application Framework
Security
Goodies
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
IContentProvider
,
IGpsStatusListener
,
IGpsStatusListener.Stub
,
IInstrumentationWatcher
,
IInstrumentationWatcher.Stub
,
IIntentReceiver
,
IIntentReceiver.Stub
,
ILocationListener
,
ILocationListener.Stub
,
IMediaScannerListener
,
IMediaScannerListener.Stub
,
IMessenger
,
IMessenger.Stub
,
IMountService
,
IMountService.Stub
,
IOnKeyguardExitResult
,
IOnKeyguardExitResult.Stub
,
IPackageDataObserver
,
IPackageDataObserver.Stub
,
IPackageDeleteObserver
,
IPackageDeleteObserver.Stub
,
IPackageInstallObserver
,
IPackageInstallObserver.Stub
,
IPackageStatsObserver
,
IPackageStatsObserver.Stub
,
IParentalControlCallback
,
IParentalControlCallback.Stub
,
IServiceConnection
,
IServiceConnection.Stub
,
ISyncAdapter
,
ISyncAdapter.Stub
,
ISyncContext
,
ISyncContext.Stub
,
IThumbnailReceiver
,
IThumbnailReceiver.Stub
,
ITransientNotification
,
ITransientNotification.Stub
,
IWallpaperServiceCallback
,
IWallpaperServiceCallback.Stub
,
IWindow
,
IWindow.Stub
IContentProvider
The ipc interface to talk to a content provider.
IGpsStatusListener
IGpsStatusListener.Stub
Local-side IPC implementation stub class.
IInstrumentationWatcher
IInstrumentationWatcher.Stub
Local-side IPC implementation stub class.
IIntentReceiver
IIntentReceiver.Stub
Local-side IPC implementation stub class.
ILocationListener
ILocationListener.Stub
Local-side IPC implementation stub class.
IMediaScannerListener
IMediaScannerListener.Stub
Local-side IPC implementation stub class.
IMessenger
IMessenger.Stub
Local-side IPC implementation stub class.
IMountService
IMountService.Stub
Local-side IPC implementation stub class.
IOnKeyguardExitResult
IOnKeyguardExitResult.Stub
Local-side IPC implementation stub class.
IPackageDataObserver
IPackageDataObserver.Stub
Local-side IPC implementation stub class.
IPackageDeleteObserver
IPackageDeleteObserver.Stub
Local-side IPC implementation stub class.
IPackageInstallObserver
IPackageInstallObserver.Stub
Local-side IPC implementation stub class.
IPackageStatsObserver
IPackageStatsObserver.Stub
Local-side IPC implementation stub class.
IParentalControlCallback
IParentalControlCallback.Stub
Local-side IPC implementation stub class.
IServiceConnection
IServiceConnection.Stub
Local-side IPC implementation stub class.
ISyncAdapter
ISyncAdapter.Stub
Local-side IPC implementation stub class.
ISyncContext
Interface used by the SyncAdapter to indicate its progress.
ISyncContext.Stub
Local-side IPC implementation stub class.
IThumbnailReceiver
IThumbnailReceiver.Stub
Local-side IPC implementation stub class.
ITransientNotification
ITransientNotification.Stub
Local-side IPC implementation stub class.
IWallpaperServiceCallback
IWallpaperServiceCallback.Stub
Local-side IPC implementation stub class.
IWindow
IWindow.Stub
Local-side IPC implementation stub class.
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.
Copyright 2007
Google Inc.
Build 0.9_r1-98467 - 14 Aug 2008 18:48