public class YWPushInfo extends Object implements Serializable
| Constructor and Description |
|---|
YWPushInfo(int needPush,
String title,
String sound,
String customContent)
设置APNS Push的title,声音和自定义数据
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNeedPush() |
String |
getPushCustomContent() |
String |
getPushSound() |
String |
getPushTitle() |