ECHOSDK Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ECHOSDK.h ECHOSDK.m |
+ initSDKWithSecureDomain:applicationId:applicationKey:
Initializes the configuration. This method must be called before using the SDK. SDKを初期化します。 SDKを使用する前に必ず呼び出してください。
+ (void)initSDKWithSecureDomain:(NSString *)domain applicationId:(NSString *)appId applicationKey:(NSString *)appKeyParameters
domain |
ECHO account ID (e.g. hogehoge.echopf.com)アカウントID(セキュアドメイン) |
|---|---|
appId |
application ID.アプリケーションID |
appKey |
application key.アプリケーションキー |
Discussion
Initializes the configuration. This method must be called before using the SDK. SDKを初期化します。 SDKを使用する前に必ず呼び出してください。
Declared In
ECHOSDK.h