Class vx_account_t
Assembly: VivoxUnity.dll
Syntax
public class vx_account_t : IDisposable
Constructors
vx_account_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
carrier
Declaration
public string carrier { get; set; }
Property Value
created_date
Declaration
public string created_date { get; set; }
Property Value
displayname
Declaration
public string displayname { get; set; }
Property Value
email
Declaration
public string email { get; set; }
Property Value
firstname
Declaration
public string firstname { get; set; }
Property Value
lastname
Declaration
public string lastname { get; set; }
Property Value
phone
Declaration
public string phone { get; set; }
Property Value
uri
Declaration
public string uri { get; set; }
Property Value
username
Declaration
public string username { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_account_t()
Declaration
protected ~vx_account_t()
Implements