NowPushPayload interface - Android

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • The NowPushPayload interface defines the push notification payload that the NowSDK implements.

    표 1. NowPushPayload structure
    Name Description
    instanceId ServiceNow instance identifier as provided by the push notification system.

    Data type: String

    instanceName ServiceNow instance name.

    Data type: String

    message Body of the push notification.

    Data type: String

    notificationId Unique identifier for this push notification.

    Data type: Integer

    threadId ID to use to group notifications. User the same ID in different payloads to indicate a group.

    Data type: String

    title Title of the push notification.

    Data type: String