MessageCenter
class MessageCenter @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(context: Context, dataStore: PreferenceDataStore, privacyManager: PrivacyManager, val inbox: Inbox, pushManager: PushManager, dispatcher: CoroutineDispatcher) : JobAwareAirshipComponent(source)
Airship Message Center.
Constructors
Link copied to clipboard
constructor(context: Context, dataStore: PreferenceDataStore, privacyManager: PrivacyManager, inbox: Inbox, pushManager: PushManager, dispatcher: CoroutineDispatcher)