AndroidNotification

org.apache.pekko.stream.connectors.huawei.pushkit.models.AndroidNotification
See theAndroidNotification companion object
case class AndroidNotification(title: Option[String], body: Option[String], icon: Option[String], color: Option[String], sound: Option[String], default_sound: Option[Boolean], tag: Option[String], click_action: Option[ClickAction], body_loc_key: Option[String], body_loc_args: Option[Seq[String]], title_loc_key: Option[String], title_loc_args: Option[Seq[String]], multi_lang_key: Option[String], channel_id: Option[String], notify_summary: Option[String], image: Option[String], style: Option[Int], big_title: Option[String], big_body: Option[String], auto_clear: Option[Int], notify_id: Option[Int], group: Option[String], badge: Option[BadgeNotification], ticker: Option[String], when: Option[String], importance: Option[String], use_default_vibrate: Option[Boolean], use_default_light: Option[Boolean], vibrate_config: Option[Seq[String]], visibility: Option[String], light_settings: Option[LightSettings], foreground_show: Option[Boolean], profile_id: Option[String], inbox_content: Option[Seq[String]], buttons: Option[Seq[Button]])

AndroidNotification model.

Attributes

See also
Companion
object
Source
AndroidConfig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Attributes

Source
AndroidConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product