Share via


MediaNotificationContent interface

Warning

This API is now deprecated.

A request to send an image notification.

Extends

Properties

content

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

content

Optional text content.

content?: string

Property Value

string

kind

Message notification type is image.

kind: "image_v0"

Property Value

"image_v0"

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