C# Class PlayFab.AdminModels.SetupPushNotificationRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Credential string
Key string
Name string
OverwriteOldARN bool
Platform string

Property Details

Credential public_oe property

Credential is the Private Key for APNS/APNS_SANDBOX, and the API Key for GCM
public string Credential
return string

Key public_oe property

for APNS, this is the PlatformPrincipal (SSL Certificate)
public string Key
return string

Name public_oe property

name of the application sending the message (application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long)
public string Name
return string

OverwriteOldARN public_oe property

replace any existing ARN with the newly generated one. If this is set to false, an error will be returned if notifications have already setup for this platform.
public bool OverwriteOldARN
return bool

Platform public_oe property

supported notification platforms are Apple Push Notification Service (APNS and APNS_SANDBOX) for iOS and Google Cloud Messaging (GCM) for Android
public string Platform
return string