Enumeration

PurpleContactInfoPermission

unstable since: 3.0

Declaration

enum Purple.ContactInfoPermission

Description [src]

A representation of whether or not a contact has permission to contact the user.

Available since: 3.0

Members

PURPLE_CONTACT_INFO_PERMISSION_UNSET

The value is unset.

  • Value: 0
  • Available since: 3.0
PURPLE_CONTACT_INFO_PERMISSION_ALLOW

The contact is allowed to contact the user.

  • Value: 1
  • Available since: 3.0
PURPLE_CONTACT_INFO_PERMISSION_DENY

The contact is not allowed to contact the user.

  • Value: 2
  • Available since: 3.0