ZegoZIMKitAndroidNotificationConfig class

android notification config

Constructors

ZegoZIMKitAndroidNotificationConfig({String channelID = 'ZIM Message', String channelName = 'Message', String? icon = '', String? sound = '', bool vibrate = false})

Properties

channelID String
specify the channel id of notification
getter/setter pair
channelName String
specify the channel name of notification
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
specify the icon file name id of notification, Additionally, you must place your icon file in the following path: ${project_root}/android/app/src/main/res/drawable/${icon}.png
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String?
specify the sound file name id of notification, Additionally, you must place your audio file in the following path: ${project_root}/android/app/src/main/res/raw/${sound}.mp3
getter/setter pair
vibrate bool
getter/setter pair

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