是否有可能以相同的方式在Unity和Firebase捆绑包中接收自定义通知:https://developer.android.com/training/notify-user/custom-notification。
提前感谢您的帮助。
发布于 2020-03-27 03:31:15
如果您只想像该链接中那样显示通知,Unity的等价物将是"Mobile Notifications" package。如果你有关于定制外观的更具体的问题,我可以尝试帮助你。但是您应该看看"AndroidNotification“类。
如果您打算链接到how to customize Firebase In-App Messages,则该应用程序接口尚未公开到Firebase for Unity。你可以在Unity上使用Firebase Cloud Messaging,但它不提供该链接中的控制量。
我希望这对你有帮助!
--帕特里克
https://stackoverflow.com/questions/60860083
复制相似问题