-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
@Override
public void onReceive(Context context, Intent intent) {
this.context = context;
Bundle messageData = intent.getExtras();
String channel = messageData.getString(AdpPushClient.PUSH_MSG_RECEIVED_TOPIC);
String body = messageData.getString(AdpPushClient.PUSH_MSG_RECEIVED_MSG);
PushMessage push = PushMessage.fromJson(body, channel);
handleNewMessage(push);
completeWakefulIntent(intent);
}وارد این بخش نمیشه اما نوتیفیکیشن میاد رو گوشی