C# Class PlayFab.AdminModels.PushNotificationRegistration

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
NotificationEndpointARN string
Platform PushNotificationPlatform?

Property Details

NotificationEndpointARN public property

Notification configured endpoint
public string NotificationEndpointARN
return string

Platform public property

Push notification platform
public PushNotificationPlatform? Platform
return PushNotificationPlatform?