C# Class Batch.Internal.PushModule

Inheritance: ModuleBase
Afficher le fichier Open project: BatchLabs/unity-plugin Class Usage Examples

Méthodes publiques

Méthode Description
ClearBadge ( ) : void
DismissNotifications ( ) : void
RegisterForRemoteNotifications ( ) : void
Setup ( ) : void

Setups Batch Push.

Private Methods

Méthode Description
PushModule ( Bridge _bridge ) : System
getLastKnownPushToken ( ) : string
setAndroidNotificationTypes ( AndroidNotificationType type ) : void
setGCMSenderID ( string senderID ) : void
setiOSNotificationTypes ( IOSNotificationType type ) : void

Method Details

ClearBadge() public méthode

public ClearBadge ( ) : void
Résultat void

DismissNotifications() public méthode

public DismissNotifications ( ) : void
Résultat void

RegisterForRemoteNotifications() public méthode

public RegisterForRemoteNotifications ( ) : void
Résultat void

Setup() public méthode

Setups Batch Push.
public Setup ( ) : void
Résultat void