adplugin/Methods/fcm_manager
library
Classes
-
AdhubFcm
-
Firebase Cloud Messaging setup for adhub apps.
Constants
-
adhubFcmBroadcastTopic
→ const String
-
Every device subscribes to this topic so the panel can broadcast to
every app within a game's Firebase project without tracking individual
device tokens (mirrors OneSignal's "send to everyone subscribed" model).
-
adhubNotificationPermissionAskedKey
→ const String
-
SharedPreferences key gating the one-time OS notification permission
request - shared between
adhub.dart's OneSignal path and
AdhubFcm.initialize so only one of the two SDKs ever actually asks.