Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

NowPushPayload interface- Android

The NowPushPayload interface defines the push notification payload that the NowSDK implements.

NameDescription
instanceIdServiceNow instance identifier as provided by the push notification system.Data type: String
instanceNameServiceNow instance name.Data type: String
messageBody of the push notification.Data type: String
notificationIdUnique identifier for this push notification.Data type: Integer
threadIdID to use to group notifications. User the same ID in different payloads to indicate a group.Data type: String
titleTitle of the push notification.Data type: String

Parent Topic:Mobile SDK - Android