C# Class cn.jpush.api.schedule.Enabled

Show file Open project: jpush/jpush-api-csharp-client Class Usage Examples

Public Methods

Method Description
getEnable ( ) : bool
setEnable ( bool enable ) : void

Method Details

getEnable() public method

public getEnable ( ) : bool
return bool

setEnable() public method

public setEnable ( bool enable ) : void
enable bool
return void