public class CorePushRegisterUserAttributeManager
extends java.lang.Object
ユーザー属性送信の通信マネジャークラス。
| Modifier and Type | Class and Description |
|---|---|
static interface |
CorePushRegisterUserAttributeManager.CompletionHandler
CorePushRegisterUserAttributeManager の完了時のコールバック
|
| Constructor and Description |
|---|
CorePushRegisterUserAttributeManager(android.content.Context context)
コンストラクタ
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
リクエスト中のユーザー属性送信をキャンセルします。
|
void |
registerUserAttributes(java.util.List<java.lang.String> attributes,
java.lang.String apiUrl,
CorePushRegisterUserAttributeManager.CompletionHandler completionHandler)
指定のURLにユーザー属性を送信します。
|
public CorePushRegisterUserAttributeManager(android.content.Context context)
コンストラクタ
context - コンテキストオブジェクトpublic void registerUserAttributes(java.util.List<java.lang.String> attributes,
java.lang.String apiUrl,
CorePushRegisterUserAttributeManager.CompletionHandler completionHandler)
指定のURLにユーザー属性を送信します。
attributes - ユーザー属性の配列apiUrl - ユーザー属性を送信するurlcompletionHandler - リクエスト完了時のコールバックpublic void cancel()
リクエスト中のユーザー属性送信をキャンセルします。