C# Class Pushe, unity-sample

Inheritance: MonoBehaviour
显示文件 Open project: pusheco/unity-sample

Public Properties

Property Type Description
channel string
showGooglePlayDialog bool

Public Methods

Method Description
SetNotificationOff ( ) : void
SetNotificationOn ( ) : void
Start ( ) : void
Subscribe ( string topic ) : void
Unsubscribe ( string topic ) : void
Update ( ) : void

Method Details

SetNotificationOff() public static method

public static SetNotificationOff ( ) : void
return void

SetNotificationOn() public static method

public static SetNotificationOn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Subscribe() public static method

public static Subscribe ( string topic ) : void
topic string
return void

Unsubscribe() public static method

public static Unsubscribe ( string topic ) : void
topic string
return void

Update() public method

public Update ( ) : void
return void

Property Details

channel public_oe property

public string channel
return string

showGooglePlayDialog public_oe property

public bool showGooglePlayDialog
return bool