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

Properties

channel

identify token if it is IOS or Android device

@property (nonatomic, strong) NSString *channel

Discussion

identify token if it is IOS or Android device

Declared In

NetmeraDeviceDetail.h

deviceGroupList

groups name list of token

@property (nonatomic, strong) NSMutableArray *deviceGroupList

Discussion

groups name list of token

Declared In

NetmeraDeviceDetail.h

deviceLocation

NetmeraGeoLocation of device that registered for push notification

@property (nonatomic, strong) NetmeraGeoLocation *deviceLocation

Discussion

NetmeraGeoLocation of device that registered for push notification

Declared In

NetmeraDeviceDetail.h

token

unique id that express device with your application created by mobile operating system

@property (nonatomic, strong) NSString *token

Discussion

unique id that express device with your application created by mobile operating system

Declared In

NetmeraDeviceDetail.h

Class Methods

getDeviceDetailWithToken:withError:

Gets device detail of token

+ (NetmeraDeviceDetail *)getDeviceDetailWithToken:(NSString *)token withError:(NSError **)error

Parameters

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