NetmeraDeviceDetail Class Reference
| Inherits from | NSObject |
| Declared in | NetmeraDeviceDetail.h NetmeraDeviceDetail.m |
Overview
NetmeraDeviceDetail class is used to inform you about any device token that you register before
Tasks
-
tokenunique id that express device with your application created by mobile operating system
property -
channelidentify token if it is IOS or Android device
property -
registerDateregistration date of token
property -
deviceGroupListgroups name list of token
property -
+ getDeviceDetailWithToken:withError:Gets device detail of token
Properties
channel
identify token if it is IOS or Android device
@property (nonatomic, retain) NSString *channelDiscussion
identify token if it is IOS or Android device
Declared In
NetmeraDeviceDetail.hdeviceGroupList
groups name list of token
@property (nonatomic, retain) NSMutableArray *deviceGroupListDiscussion
groups name list of token
Declared In
NetmeraDeviceDetail.hClass Methods
getDeviceDetailWithToken:withError:
Gets device detail of token
+ (NetmeraDeviceDetail *)getDeviceDetailWithToken:(NSString *)token withError:(NSError **)errorParameters
- token
unique id that express device with your application created by mobile operating system
- error
if it cannot access server
Return Value
NetmeraDeviceDetail that inform you about given device token
Discussion
Gets device detail of token
Declared In
NetmeraDeviceDetail.h