-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
SimulateRequest.sendPush(3, content, currentChooseTime, null, soundName, new MobPushCallback() {
public void onCallback(Boolean result) {
Log.d(TAG, "点击测试: " + result);
if (result) {
new DialogShell(getContext()).autoDismissDialog(R.string.toast_timing, currentChooseTime + "min", 2);
} else if (!NetWorkHelper.netWorkCanUse(null)) {
new DialogShell(getContext()).autoDismissDialog(R.string.error_network, null, 2);
} else {
new DialogShell(getContext()).autoDismissDialog(R.string.error_ukonw, null, 2);
}
}
});
调用定时通知测试,点击打了log,发现result为false,方法不执行,为啥?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels