Companion

object Companion

Properties

Link copied to clipboard
var CONTACT_DOES_NOT_EXIST: Int = 21

Generic error when there is no related contact for the given phone number

Link copied to clipboard
var CONTACT_NOT_FOUND: Int = 2

Contact not found

Link copied to clipboard
var EMPTY_DATA: Int = 16

Generic error when cannot get details

Link copied to clipboard
var FAILED_SEARCH: Int = 19

Generic error when search failed

Link copied to clipboard
var GROUP_DOES_NOT_EXIST: Int = 18

Generic error when group does not exist in DB

Link copied to clipboard
var ILLEGAL_STATE: Int = 8

Generic error when developer start an operation in a wrong context

Link copied to clipboard
var INVALID_PARAMS: Int = 1

Invalid parameter

Link copied to clipboard
var INVALID_PHONE_NUMBER: Int = 3

Invalid phone number

Link copied to clipboard
var MAX_LIMIT_REACHED: Int = 7

Add contact request has been reached the maximum attempt

Link copied to clipboard
var NETWORK_ERROR: Int = 9

Generic error for network connection,

Link copied to clipboard
var NO_UPDATE_IS_AVAILABLE: Int = 20

Generic error when there is no update fro the given contact

Link copied to clipboard
var NOT_A_GROUP: Int = 19

Generic error when contact is not a group

Link copied to clipboard
var PUBLIC_VISIBILITY_NOT_ENABLED: Int = 6

Public visibility feature is required to get contacts from system or from other companies

Link copied to clipboard
var READ_CONTACTS_PERMISSION_NOT_ALLOWED: Int = 5

Read contacts permission is required

Link copied to clipboard
var REQUEST_FAILED: Int = 4

The request is failed due to unknown error

Link copied to clipboard
var SETTINGS_MODIFICATION_NOT_ALLOWED: Int = 22

The settings modification is not allowed

Link copied to clipboard
var UNRECOGNIZED_ERROR: Int = 17

Generic error when unknown issue is come on