Package-level declarations
Types
Link copied to clipboard
interface InboxListener
Inbox listener.
Link copied to clipboard
class Message @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(val id: String, val title: String, val bodyUrl: String, val sentDate: Date, val expirationDate: Date?, val isUnread: Boolean, val extras: Map<String, String?>?, messageUrl: String, reporting: JsonValue?, rawMessageJson: JsonValue, isUnreadClient: Boolean = isUnread, isDeletedClient: Boolean) : Parcelable
Message Center Message data.
Link copied to clipboard
class MessageCenter @VisibleForTesting @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(context: Context, dataStore: PreferenceDataStore, privacyManager: PrivacyManager, val inbox: Inbox, pushManager: PushManager, dispatcher: CoroutineDispatcher) : AirshipComponent
Airship Message Center.
Link copied to clipboard
class MessageDao_Impl(__db: RoomDatabase) : <ERROR CLASS> ERROR CLASS: Symbol not found for MessageDao
class MessageDao_Impl(__db: RoomDatabase) : <ERROR CLASS> ERROR CLASS: Symbol not found for MessageDao
Link copied to clipboard
Inherited properties
Link copied to clipboard
Provides access to the MessageCenter module features via the main Airship singleton.