AndroidExponeaConfiguration class

Annotations

Constructors

AndroidExponeaConfiguration({bool? automaticPushNotifications, int? pushIcon, int? pushAccentColor, String? pushChannelName, String? pushChannelDescription, String? pushChannelId, PushNotificationImportance? pushNotificationImportance, HttpLoggingLevel? httpLoggingLevel})
const

Properties

automaticPushNotifications bool?
Flag to control if the App will handle push notifications automatically.
final
hashCode int
The hash code for this object.
no setterinherited
httpLoggingLevel HttpLoggingLevel?
Level of HTTP logging
final
pushAccentColor int?
Accent color of push notification icon and buttons
final
pushChannelDescription String?
Channel description for push notifications. Only for API level 26+
final
pushChannelId String?
Channel ID for push notifications. Only for API level 26+
final
pushChannelName String?
Channel name for push notifications. Only for API level 26+
final
pushIcon int?
Android resource id of the icon to be used for push notifications
final
pushNotificationImportance PushNotificationImportance?
Notification importance for the notification channel. Only for API level 26+
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited