API reference
API reference
Select your platform
No SDKs available
No versions available

PushNotificationResult Class

A PushNotificationResult represents the outcome of a user registering for third-party (3P) notifications. This object contains essential information about the registered notification, which can be used to send push notifications to the user. It can be retrieved using PushNotification.Register()

Constructors

PushNotificationResult ( o )
Signature
Oculus.Platform.Models.PushNotificationResult.PushNotificationResult(IntPtr o)
Parameters
o: IntPtr

Fields

Id : readonly string
The registered notification id is a type of string which you can push notification to.
Signature
readonly string Oculus.Platform.Models.PushNotificationResult.Id