C# Class cn.jpush.api.push.getScheduleResult

Inheritance: cn.jpush.api.common.BaseResult
Exibir arquivo Open project: jpush/jpush-api-csharp-client Class Usage Examples

Public Properties

Property Type Description
schedules cn.jpush.api.schedule.SchedulePayload[]

Public Methods

Method Description
ToString ( ) : string
isResultOK ( ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string

isResultOK() public method

public isResultOK ( ) : bool
return bool

Property Details

schedules public_oe property

public SchedulePayload[],cn.jpush.api.schedule schedules
return cn.jpush.api.schedule.SchedulePayload[]