Interface PushLiveActivityEndParams

Parameters for end.

Hierarchy

  • PushLiveActivityEndParams

Properties

apns: any

A valid APNs Live Activity end 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