C# Class Batch.Internal.PushModule

Inheritance: ModuleBase
Datei anzeigen Open project: BatchLabs/unity-plugin Class Usage Examples

Public Methods

Method Description
ClearBadge ( ) : void
DismissNotifications ( ) : void
RegisterForRemoteNotifications ( ) : void
Setup ( ) : void

Setups Batch Push.

Private Methods

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

Method Details

ClearBadge() public method

public ClearBadge ( ) : void
return void

DismissNotifications() public method

public DismissNotifications ( ) : void
return void

RegisterForRemoteNotifications() public method

public RegisterForRemoteNotifications ( ) : void
return void

Setup() public method

Setups Batch Push.
public Setup ( ) : void
return void