public interface ImageMessageResultListener
ImageMessageActivity.handleResult(int, android.content.Intent, ImageMessageResultListener)
to handle the result of an Image Messaging request.| Modifier and Type | Method and Description |
|---|---|
default void |
onAction(java.lang.String value,
org.json.JSONObject params)
Will be invoked when the user selects an element set to use an action.
|
default void |
onCancelled()
Will be invoked when the user selects an element set to dismiss the
image message.
|
default void |
onLink(java.lang.String value,
org.json.JSONObject params)
Will be invoked when the user selects an element set to use a link
action.
|
default void |
onStore(java.lang.String value,
org.json.JSONObject params)
Will be invoked when the user selects an element set to use a store
action.
|
default void onAction(java.lang.String value,
org.json.JSONObject params)
value - the action valueparams - the parameters for the actiondefault void onLink(java.lang.String value,
org.json.JSONObject params)
value - the link valueparams - the parameters for the actiondefault void onStore(java.lang.String value,
org.json.JSONObject params)
value - the platform-specific store valueparams - the parameters for the actiondefault void onCancelled()