|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectGCMBaseIntentService
com.coreasp.CorePushIntentService
public class CorePushIntentService
GCMサービスのデバイス登録や削除、通知の受信を行うサービスクラス
コンストラクタの概要 | |
---|---|
CorePushIntentService()
|
メソッドの概要 | |
---|---|
protected void |
onDeletedMessages(Context context,
int total)
|
void |
onError(Context context,
java.lang.String errorId)
GCMサービスのデバイスの登録、解除でエラーが発生した時に呼び出される。 |
protected void |
onMessage(Context context,
Intent intent)
通知のメッセージを受信した時に呼び出される。 |
protected boolean |
onRecoverableError(Context context,
java.lang.String errorId)
|
protected void |
onRegistered(Context context,
java.lang.String registrationId)
デバイスがGCMサービスに登録後、呼び出される。 |
protected void |
onUnregistered(Context context,
java.lang.String registrationId)
デバイスがGCMサービスから解除された後、呼び出される。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CorePushIntentService()
メソッドの詳細 |
---|
protected void onRegistered(Context context, java.lang.String registrationId)
protected void onUnregistered(Context context, java.lang.String registrationId)
protected void onMessage(Context context, Intent intent)
protected void onDeletedMessages(Context context, int total)
public void onError(Context context, java.lang.String errorId)
protected boolean onRecoverableError(Context context, java.lang.String errorId)
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |