Class vx_state_buddy_contact_t
Inheritance
vx_state_buddy_contact_t
Assembly: VivoxUnity.dll
public class vx_state_buddy_contact_t : IDisposable
Constructors
Declaration
public vx_state_buddy_contact_t()
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public string application { get; set; }
Property Value
Declaration
public string contact { get; set; }
Property Value
Declaration
public string custom_message { get; set; }
Property Value
Declaration
public string display_name { get; set; }
Property Value
Declaration
public string id { get; set; }
Property Value
Declaration
public vx_buddy_presence_state presence { get; set; }
Property Value
Declaration
public string priority { get; set; }
Property Value
Methods
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Declaration
protected ~vx_state_buddy_contact_t()
Implements