Package papyon :: Module profile :: Class ContactType

Class ContactType

source code

object --+
         |
        ContactType

Automatic update status flag

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  ME = 'Me'
Contact is the user so there's no automatic update relationship
  EXTERNAL = 'Messenger2'
Contact is part of an external messenger service so there's no automatic update relationship with the user
  REGULAR = 'Regular'
Contact has no automatic update relationship with the user
  LIVE = 'Live'
Contact has an automatic update relationship with the user and an automatic update already occured
  LIVE_PENDING = 'LivePending'
Contact was requested automatic update from the user and didn't give its authorization yet
  LIVE_REJECTED = 'LiveRejected'
Contact was requested automatic update from the user and rejected the request
  LIVE_DROPPED = 'LiveDropped'
Contact had an automatic update relationship with the user but the contact dropped it
Properties

Inherited from object: __class__