Push Notification Message.

Ancestors - Object (PRIM_OBJT)

Details

No detailed help is available for this feature.

Properties

Name

Description

ClaimsSubject

JWT subject claim. This has to be the email address of the push notification administrator.

ClaimsTokenTimespan

JWT Claim Expiration time in seconds (86400 max)

ComponentClassName

ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT)

ComponentMembers

ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT)

ComponentPatternName

ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT)

ComponentTag

Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT)

ComponentType

ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT)

ComponentTypeName

ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT)

HttpResponse

Reference to the Http Response from the the push notificaiton send

Name

Name identifies the component Inherited from Object (PRIM_OBJT)

Owner

Owner owns this component Inherited from Object (PRIM_OBJT)

Parent

The component instance to which this instance is attached. The visual container for a control or the collector of a set of child instances Inherited from Object (PRIM_OBJT)

PushMessageBadgeUrl

URL for the badge to be displayed in the push notification.

PushMessageBody

Text to be displayed in the push notification

PushMessageDirection

Direction of the text to be displayed in the push notification

PushMessageIconUrl

URL of the Icon to be displayed in the push notification

PushMessageImageUrl

URL of the Image to be displayed in notification (Not supported by all browsers)

PushMessageLang

Iso language of the push notification

PushMessageRenotify

Specifies if a the notification should be displayed to a user if replaced by a new one

PushMessageRequireAction

Specified if a notification should be displayed until a user clicks or closes it

PushMessageTag

The identifier of the push notification

PushMessageTimestamp

Specifies the time a push notification to be stamped on a push notification

PushMessageTitle

Specifies the title to be displayed on the push notification

PushMessageUrl

Specifies the URL to navigate to when clicking the push notification. This can be a relative path or a full addresss to a path within the application

SubscriptionObject

The BASE64 encoded subscription object returned from the Push Manager Subscription

TimeToLive

Delay before showing notification in seconds.

Urgency

Urgency of the Push notification delivery

ValidationMessage

Validation message specifying if SendPush failed validation

Events

Name

Description

CreateInstance

CreateInstance is signalled when an instance of a component is created Inherited from PRIM_SRVM.HttpPushMessage (PRIM_SRVM.HttpPushMessage)

DestroyInstance

DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from PRIM_SRVM.HttpPushMessage (PRIM_SRVM.HttpPushMessage)

Methods

Name

Description

SendPush

Method to send the push notification
Result, PrivateKey

SetMiscProperty

Set miscellaneous properties for the push notification HTTP request
Name, Value

See also

All Component Classes

Technical Reference

  • No labels