C# Class com.kumakore.sample.NotificationBehav

Inheritance: NotificationReceiveBehav
Afficher le fichier Open project: kumakore/kumakore-sdk

Méthodes publiques

Méthode Description
getEnabled ( ) : bool
onError ( string msg ) : void
onRegister ( string token ) : void
setEnabled ( bool enabled ) : void

Méthodes protégées

Méthode Description
OnGUI ( ) : void
Start ( ) : void
onNotify ( NotificationPackage pack ) : void

Private Methods

Méthode Description
register ( string senderId ) : void
registerToken ( string token ) : void
unregister ( ) : void

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

getEnabled() public méthode

public getEnabled ( ) : bool
Résultat bool

onError() public méthode

public onError ( string msg ) : void
msg string
Résultat void

onNotify() protected méthode

protected onNotify ( NotificationPackage pack ) : void
pack NotificationPackage
Résultat void

onRegister() public méthode

public onRegister ( string token ) : void
token string
Résultat void

setEnabled() public méthode

public setEnabled ( bool enabled ) : void
enabled bool
Résultat void