Apex Class: PushNotificationStructure

When to Use this Apex Class?

Use the PushNotificationStructure Apex defined variable when you want to trigger an advanced push notification process.

What are the Relevant Input Parameters?

The following parameters are of the PushNotificationAdvanced class:

  • badge (string)
  • body (string)
  • dir (string)
  • icon (string)
  • image (string)
  • pn_auth (string)
  • recordId (string)
  • requireInteraction (Boolean)
  • title (string)
  • actions: Apex defined (a collection of the NotificationsActionsStructure class)

What does this Apex Class Return?

This Apex Class returns void.

Does this Apex Class have any Limitations?

This Apex Class has no relevant limitations.

Can this Apex Class be used by Titan Customers?

Yes, customers can interact with this Apex Class.

How to Video

Hidden Title

Need more help?