Share via


VideoNotificationContent interface

A request to send a video notification.

Extends

Properties

caption

Optional text content.

kind

Message notification type is image.

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

caption

Optional text content.

caption?: string

Property Value

string

kind

Message notification type is image.

kind: "video"

Property Value

"video"

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