C# Class Pushe, unity-sample

Inheritance: MonoBehaviour
Afficher le fichier Open project: pusheco/unity-sample

Méthodes publiques

Свойство Type Description
channel string
showGooglePlayDialog bool

Méthodes publiques

Méthode Description
SetNotificationOff ( ) : void
SetNotificationOn ( ) : void
Start ( ) : void
Subscribe ( string topic ) : void
Unsubscribe ( string topic ) : void
Update ( ) : void

Method Details

SetNotificationOff() public static méthode

public static SetNotificationOff ( ) : void
Résultat void

SetNotificationOn() public static méthode

public static SetNotificationOn ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Subscribe() public static méthode

public static Subscribe ( string topic ) : void
topic string
Résultat void

Unsubscribe() public static méthode

public static Unsubscribe ( string topic ) : void
topic string
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

channel public_oe property

public string channel
Résultat string

showGooglePlayDialog public_oe property

public bool showGooglePlayDialog
Résultat bool