ECHOInstallation Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ECHOInstallation.h ECHOInstallation.m |
Initializer
– init
Initializes a new ECHOInstallation.
- (instancetype)initDiscussion
Initializes a new ECHOInstallation.
Declared In
ECHOInstallation.h
– initFrom:returningError:
Initializes a new ECHOInstallation with a NSDictionary.
- (instancetype)initFrom:(NSDictionary *)source returningError:(NSError **)returningErrorParameters
source |
the source NSDictionary to copy. |
|---|
Discussion
Initializes a new ECHOInstallation with a NSDictionary.
Declared In
ECHOInstallation.h
Properties
deviceToken
The device token. デバイストークンを取得する。
@property (nonatomic, readonly) NSString *deviceTokenDiscussion
The device token. デバイストークンを取得する。
Declared In
ECHOInstallation.h
deviceType
The device type. デバイスタイプを取得する。
@property (nonatomic, readonly) NSString *deviceTypeDiscussion
The device type. デバイスタイプを取得する。
Declared In
ECHOInstallation.h
Accessors
– setDeviceTokenInNSData:
Sets the device token. デバイストークンをセットします。
- (void)setDeviceTokenInNSData:(NSData *)tokenParameters
token |
The device token in NSDara.NSData形式のデバイストークン。 |
|---|
Discussion
Sets the device token. デバイストークンをセットします。
Declared In
ECHOInstallation.h
– setDeviceToken:
Sets the device token. デバイストークンをセットします。
- (void)setDeviceToken:(NSString *)tokenParameters
token |
The device token.デバイストークン。 |
|---|
Discussion
Sets the device token. デバイストークンをセットします。
Declared In
ECHOInstallation.h
– dictionary
Converts this object into an NSDictionary.
- (NSDictionary *)dictionaryDiscussion
Converts this object into an NSDictionary.
Declared In
ECHOInstallation.h