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

OvrPlatform_PushNotification_Register Function

Register the device to receive push notification. The registered notification id can be fetched by field FOvrPushNotificationResult::Id.

Signature

void OVRPLATFORM_API OvrPlatform_PushNotification_Register(UGameInstance *GameInstance, OvrPlatform_PushNotification_Register_Delegate &&Delegate)

Parameters

GameInstance: UGameInstance *
Delegate: OvrPlatform_PushNotification_Register_Delegate &&

Returns

void OVRPLATFORM_API