Parameters for ending a specific order tracking live notification.

Platform Support: iOS 16.2+ only. On other platforms, the method will throw an error.

interface EndLiveNotificationInput {
    orderId: string;
}

Properties

Properties

orderId: string

Required: Order identifier matching the one used when starting the live notification.