C# Class PlayFab.ServerModels.PushNotificationRegistration

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
NotificationEndpointARN string
Platform PushNotificationPlatform?

Property Details

NotificationEndpointARN public_oe property

Notification configured endpoint
public string NotificationEndpointARN
return string

Platform public_oe property

Push notification platform
public PushNotificationPlatform? Platform
return PushNotificationPlatform?