Interface Callback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • Method Detail

      • get_id

        int get_id()
        Return the unique id for this callback. The id only available with Callback that using PageCallback
        Returns:
        The callback id.
      • getContent

        java.lang.String getContent()
        Return the raw content of the Callback.
      • getType

        java.lang.String getType()
        Return the type of the Callback, the type name should align with the Callback type returned from AM