Class NotificationActionResult


  • public class NotificationActionResult
    extends JsonBean
    Data type used to represent the action result returned back to applications when an action is raised. Applications capture these responses by adding a Notifications.EVENT_TYPE_ACTION listener. The contents of this type are entirely application-defined.
    Author:
    Anthony
    • Constructor Detail

      • NotificationActionResult

        public NotificationActionResult()
      • NotificationActionResult

        public NotificationActionResult​(org.json.JSONObject jsonObject)