Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class PushException(val errorCode: PushException.ErrorCode, val message: String? = null) : Exception
Exception thrown when there is an error in the push module. This is the base exception for all push exceptions.
Link copied to clipboard
Link copied to clipboard