Class vx_resp_account_get_conversations_t
Inheritance
vx_resp_account_get_conversations_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_account_get_conversations_t : IDisposable
Constructors
vx_resp_account_get_conversations_t()
Declaration
public vx_resp_account_get_conversations_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
conversations
Declaration
public SWIGTYPE_p_p_vx_conversation conversations { get; set; }
Property Value
conversations_size
Declaration
public int conversations_size { get; set; }
Property Value
next_cursor
Declaration
public int next_cursor { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_account_get_conversations_t()
Declaration
protected ~vx_resp_account_get_conversations_t()
Implements