public interface Callback
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
get_id()
Return the unique id for this callback.
|
java.lang.String |
getContent()
Return the raw content of the Callback.
|
java.lang.String |
getType()
Return the type of the Callback, the type name should align with the Callback type returned
from AM
|
int get_id()
java.lang.String getContent()
java.lang.String getType()