APNSToken

com.malliina.push.apns.APNSToken
See theAPNSToken companion class

Attributes

Companion
class
Graph
Supertypes
class SimpleCompanion[String, APNSToken]
class ValidatingCompanion[String, APNSToken]
class Object
trait Matchable
class Any
Show all
Self type
APNSToken.type

Members list

Value members

Concrete methods

override def isValid(token: String): Boolean

Attributes

Definition Classes

Inherited methods

def build(input: String): Either[ErrorMessage, T]

Attributes

Inherited from:
SimpleCompanion
def defaultError(in: String): ErrorMessage

Attributes

Inherited from:
ValidatingCompanion
override def write(t: APNSToken): String

Attributes

Definition Classes
TokenCompanion -> ValidatingCompanion
Inherited from:
TokenCompanion

Implicits

Inherited implicits

implicit val json: Codec[APNSToken]

Attributes

Inherited from:
ValidatingCompanion
implicit val ordering: Ordering[APNSToken]

Attributes

Inherited from:
ValidatingCompanion
implicit val readable: Readable[APNSToken]

Attributes

Inherited from:
ValidatingCompanion