Quicknav
Quicknav
Design
Develop
Distribute
Links
Google Play Developer Console
Android Developers Blog
About Android
Android Sites
Android.com
Android Developers
Android Open Source Project
Language
English
Español
日本語
한국어
Русский
中文 (中国)
中文 (台灣)
close
Get Started
Style
Patterns
Building Blocks
Downloads
Videos
Training
API Guides
Reference
Tools
Get the SDK
Google Services
Google Play
Publishing
Promoting
App Quality
Spotlight
Open Distribution
Results
Loading...
Training
API Guides
Reference
Tools
Google Services
to top
Overview
Google Play Services
Setup
Authorization
Google+
Google Maps
Reference
Google Play In-app Billing
Overview
Version 3 API
Implementing the API
Reference
Version 2 API
Implementing the API
Subscriptions
Reference
Subscriptions
Security and Design
Testing In-app Billing
Administering In-app Billing
Version Notes
Google Play Distribution
Filters on Google Play
Multiple APK Support
APK Expansion Files
Application Licensing
Licensing Overview
Setting Up for Licensing
Adding Licensing to Your App
Licensing Reference
Google Cloud Messaging
Getting Started
Architectural Overview
Demo App Tutorial
Advanced Topics
Migration
Reference
Android Backup Service
Register
Summary:
Inherited Constants
|
Inherited Fields
|
Methods
|
Inherited Methods
|
[Expand All]
protected final class
ImageManager.ImageReceiver
extends ResultReceiver
java.lang.Object
↳
android.os.ResultReceiver
↳
com.google.android.gms.common.images.ImageManager.ImageReceiver
Summary
[Expand]
Inherited Constants
From interface android.os.Parcelable
int
CONTENTS_FILE_DESCRIPTOR
int
PARCELABLE_WRITE_RETURN_VALUE
[Expand]
Inherited Fields
From class android.os.ResultReceiver
public static final Creator<ResultReceiver>
CREATOR
Public Methods
void
addOnImageLoadedListenerHolder
(ImageManager.ListenerHolder imageViewLoadListener)
Uri
getUri
()
void
onReceiveResult
(int resultCode, Bundle resultData)
void
removeOnImageLoadedListenerHolder
(ImageManager.ListenerHolder imageViewLoadListener)
[Expand]
Inherited Methods
From class android.os.ResultReceiver
int
describeContents
()
void
onReceiveResult
(int arg0, Bundle arg1)
void
send
(int arg0, Bundle arg1)
void
writeToParcel
(Parcel arg0, int arg1)
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface android.os.Parcelable
abstract int
describeContents
()
abstract void
writeToParcel
(Parcel arg0, int arg1)
Public Methods
public void
addOnImageLoadedListenerHolder
(ImageManager.ListenerHolder imageViewLoadListener)
public Uri
getUri
()
public void
onReceiveResult
(int resultCode, Bundle resultData)
public void
removeOnImageLoadedListenerHolder
(ImageManager.ListenerHolder imageViewLoadListener)