ClickAction

org.apache.pekko.stream.connectors.huawei.pushkit.models.ClickAction
See theClickAction companion object
case class ClickAction(`type`: Option[Int], intent: Option[String], url: Option[String], action: Option[String])

Click Action model.

Attributes

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
def withType(value: Int): ClickAction

Attributes

Source
AndroidConfig.scala
def withUrl(value: String): ClickAction

Attributes

Source
AndroidConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product