Class vx_conversation_t
Inheritance
vx_conversation_t
Assembly: VivoxUnity.dll
Syntax
public class vx_conversation_t : IDisposable
Constructors
vx_conversation_t()
Declaration
public vx_conversation_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
display_name
Declaration
public string display_name { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
type
Declaration
public vx_conversation_type type { get; set; }
Property Value
unread_count
Declaration
public int unread_count { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_conversation_t()
Declaration
protected ~vx_conversation_t()
Implements