ErrorCode

annotation class ErrorCode

fail reasons when load contacts

Properties

Link copied to clipboard
val CONTACT_NOT_FOUND: Int
Contact not found
Link copied to clipboard
val INVALID_PARAMS: Int
Invalid parameter
Link copied to clipboard
val INVALID_PHONE_NUMBER: Int
Invalid phone number
Link copied to clipboard
val PUBLIC_VISIBILITY_NOT_ENABLED: Int
Public visibility feature is required to get contacts from system or from other companies
Link copied to clipboard
val READ_CONTACTS_PERMISSION_NOT_ALLOWED: Int
Read contacts permission is required
Link copied to clipboard
val REQUEST_FAILED: Int
The request is failed due to unknown error
Link copied to clipboard
val SETTINGS_MODIFICATION_NOT_ALLOWED: Int
The settings modification is not allowed

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String