Share via


AudioNotificationContent interface

A request to send an audio notification.

Extends

Properties

kind

Message notification type is audio.

mediaUri

A media url for the file. Required if the type is one of the supported media types, e.g. image

Inherited Properties

channelRegistrationId

The Channel Registration ID for the Business Identifier.

to

The native external platform user identifiers of the recipient.

Property Details

kind

Message notification type is audio.

kind: "audio"

Property Value

"audio"

mediaUri

A media url for the file. Required if the type is one of the supported media types, e.g. image

mediaUri: string

Property Value

string

Inherited Property Details

channelRegistrationId

The Channel Registration ID for the Business Identifier.

channelRegistrationId: string

Property Value

string

Inherited From NotificationContentParent.channelRegistrationId

to

The native external platform user identifiers of the recipient.

to: string[]

Property Value

string[]

Inherited From NotificationContentParent.to