public abstract class PushRegisterHttpResponseHandler extends com.kakao.http.HttpResponseHandler<Integer>
PushService.registerPushToken(PushRegisterHttpResponseHandler, String, String)
를 호출할 때 넘겨주고 콜백을 받는다.Handler.Callback
Modifier and Type | Method and Description |
---|---|
void |
setRegId(String regId,
int appVer)
등록한 푸시토큰을 설정한다.
|
dispatchMessage, dump, getLooper, getMessageName, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
public void setRegId(String regId, int appVer)
regId
- GCM으로부터 발급받은 푸시토큰.Copyright © 2014 Kakao Corp. All rights reserved.