public static interface ImageMessage.PrepareListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable reason)
Notifies the listener that an error has happened during the
preparation request.
|
void |
onPrepared(ImageMessage src)
Notifies the listener that the Image Message has been prepared.
|
void onPrepared(ImageMessage src)
In most implementations ImageMessage.show(Activity, int) should be
called, if the application is still in an appropriate state to do
so.
src - the prepared Image Messagevoid onError(java.lang.Throwable reason)
If this method is called onPrepared(ImageMessage) will not
be called.
reason - the reason for the error