BmobInstallation Class Reference
Inherits from | BmobObject : NSObject |
---|---|
Declared in | BmobInstallation.h |
+ query
Installation表查询
+ (BmobQuery *)query
Return Value
查询Installation表的类
Declared In
BmobInstallation.h
+ currentInstallation
BmobInstallation实例
+ (instancetype)currentInstallation
Return Value
BmobInstallation实例
Declared In
BmobInstallation.h
– setDeviceTokenFromData:
绑定设备DeviceToken
- (void)setDeviceTokenFromData:(NSData *)deviceTokenData
Parameters
deviceTokenData |
APNS返回的deviceToken |
---|
Declared In
BmobInstallation.h
– subsccribeToChannels:
注册订阅频道
- (void)subsccribeToChannels:(NSArray *)channels
Parameters
channels |
订阅频道 |
---|
Declared In
BmobInstallation.h
– unsubscribeFromChannels:
取消订阅频道
- (void)unsubscribeFromChannels:(NSArray *)channels
Parameters
channels |
订阅频道数组 |
---|
Declared In
BmobInstallation.h