Inside onMessageReceived method of FirebaseMessaginService, I'm unable to run a block of code.
(在FirebaseMessaginService的onMessageReceived方法内部,我无法运行代码块。)
Is it a threading issue? (这是线程问题吗?)
Once i receive the remote message I'm trying to extract icon data which is an html resource, then bitmap and to bytes. (收到远程消息后,我正尝试提取图标数据(这是html资源),然后提取位图和字节。)
In the logcat I do not see either of the following two logs (在logcat中,我看不到以下两个日志之一)
"handleNow/106.0" or "handleNow/106".
(“ handleNow / 106.0”或“ handleNow / 106”。)
please help guys.
(请帮助大家。)
ask by Karan Vadde translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…