APSPayload

com.malliina.push.apns.APSPayload
See theAPSPayload companion object
case class APSPayload(alert: Option[Either[String, AlertPayload]], badge: Option[Int], sound: Option[String], category: Option[String], threadId: Option[String])

Attributes

alert

Some(Left(...)) for a simple alert text, Some(Right(...)) for more verbose alert details, None for background notifications

badge

badge number

sound

rock.mp3

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product