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