Class vx_state_buddy_t
Inheritance
vx_state_buddy_t
Assembly: VivoxUnity.dll
Syntax
public class vx_state_buddy_t : IDisposable
Constructors
vx_state_buddy_t()
Declaration
public vx_state_buddy_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
buddy_data
Declaration
public string buddy_data { get; set; }
Property Value
buddy_uri
Declaration
public string buddy_uri { get; set; }
Property Value
display_name
Declaration
public string display_name { get; set; }
Property Value
parent_group_id
Declaration
public int parent_group_id { get; set; }
Property Value
Declaration
public int state_buddy_contact_count { get; set; }
Property Value
Declaration
public SWIGTYPE_p_p_vx_state_buddy_contact state_buddy_contacts { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_state_buddy_t()
Declaration
protected ~vx_state_buddy_t()
Implements