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