Interface PushLiveActivityUpdateParams

Parameters for update.

Hierarchy

  • PushLiveActivityUpdateParams

Properties

apns: any

A valid APNs Live Activity update payload. The payload is passed through to APNs as-is.

apnsBroadcast: string

The id returned from createApnsBroadcast.

headers?: Record<string, string>

Optional APNs delivery headers, such as apns-priority and apns-expiration. When supplied, these are included in the request body under a headers key.

Generated using TypeDoc