togethernotification - TogetherGames/Public-Unity-CSharp GitHub Wiki
Together::TogetherNotification
Object containing push notification specific data utilized by the Together:SendPushNotification method
string alert
The alert message displayed to the receiving user
int badge
The badge number displayed by the push notification(APNS Only)
string sound
The name of a sound to be played along with the push notification
Dictionary<string, object> custom
A dictionary of extra data passed along with the push notification to be handled by the receiver's client