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