Share via


FcmV1TemplateRegistrationDescription interface

Represents Notification Hub template registration description for Firebase V1 Cloud Messaging.

Extends

Properties

kind

The kind of the registration.

Inherited Properties

bodyTemplate

The body template.

etag

The ETag associated with this description.

expirationTime

The expiration time of the registration.

fcmV1RegistrationId

Registration id obtained from the Firebase Cloud Messaging service.

pushVariables

A dictionary of push variables associated with property bag.

registrationId

The registration ID.

tags

The tags associated with the registration.

templateName

The name of the template.

Property Details

kind

The kind of the registration.

kind: "FcmV1Template"

Property Value

"FcmV1Template"

Inherited Property Details

bodyTemplate

The body template.

bodyTemplate: string

Property Value

string

Inherited From FcmV1TemplateRegistrationDescriptionCommon.bodyTemplate

etag

The ETag associated with this description.

etag?: string

Property Value

string

Inherited From FcmV1TemplateRegistrationDescriptionCommon.etag

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

Inherited From FcmV1TemplateRegistrationDescriptionCommon.expirationTime

fcmV1RegistrationId

Registration id obtained from the Firebase Cloud Messaging service.

fcmV1RegistrationId: string

Property Value

string

Inherited From FcmV1TemplateRegistrationDescriptionCommon.fcmV1RegistrationId

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From FcmV1TemplateRegistrationDescriptionCommon.pushVariables

registrationId

The registration ID.

registrationId?: string

Property Value

string

Inherited From FcmV1TemplateRegistrationDescriptionCommon.registrationId

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]

Inherited From FcmV1TemplateRegistrationDescriptionCommon.tags

templateName

The name of the template.

templateName?: string

Property Value

string

Inherited From FcmV1TemplateRegistrationDescriptionCommon.templateName