NEForegroundServiceConfig class

Constructors

NEForegroundServiceConfig()

Properties

channelDesc String
前台服务通知通道描述
getter/setter pair
channelId String
前台服务通知通道id
getter/setter pair
channelName String
台服务通知通道名称
getter/setter pair
contentText String
前台服务通知內容
getter/setter pair
contentTitle String
前台服务通知标题
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
launchClassName String?
通知点击落页, 不配置默认应用首页
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallIcon int
前台服务通知图标,如果不设置默认显示应用图标
getter/setter pair
ticker String
前台服务通知提示
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

Static Methods

fromMap(Map? map) NEForegroundServiceConfig?