Button

org.apache.pekko.stream.connectors.huawei.pushkit.models.Button
See theButton companion object
case class Button(name: Option[String], action_type: Option[Int], intent_type: Option[Int], intent: Option[String], data: Option[String])

Button 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

def withActionType(value: Int): Button

Attributes

Source
AndroidConfig.scala
def withData(value: String): Button

Attributes

Source
AndroidConfig.scala
def withIntent(value: String): Button

Attributes

Source
AndroidConfig.scala
def withIntentType(value: Int): Button

Attributes

Source
AndroidConfig.scala
def withName(value: String): Button

Attributes

Source
AndroidConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product