APNSError

com.malliina.push.apns.APNSError
See theAPNSError companion object
sealed abstract class APNSError(val reason: String, val description: String)

Attributes

See also:
Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BadCertificate.type
object BadCollapseId.type
object BadDeviceToken.type
object BadExpirationDate.type
object BadMessageId.type
object BadPath.type
object BadPriority.type
object BadTopic.type
object DuplicateHeaders.type
object Forbidden.type
object IdleTimeout.type
object MethodNotAllowed.type
object MissingDeviceToken.type
object MissingTopic.type
object PayloadEmpty.type
object PayloadTooLarge.type
object ServiceUnavailable.type
object Shutdown.type
object TooManyRequests.type
object TopicDisallowed.type
object UnknownReason.type
object Unregistered.type

Members list

Concise view

Value members

Concrete fields

val description: String
val reason: String