Sendbird Chat SDK for .NET  3.0.29
SendBird.BaseChannel.ChannelType Class Reference

Public Types

enum  InnerEnum { OPEN, GROUP }
 

Public Member Functions

int Ordinal ()
 
override string ToString ()
 

Static Public Member Functions

static ChannelType FromValue (string value)
 
static ChannelType[] Values ()
 
static ChannelType valueOf (string name)
 

Public Attributes

readonly InnerEnum innerEnumValue
 

Static Public Attributes

static readonly ChannelType OPEN = new ChannelType("OPEN", InnerEnum.OPEN, "open")
 
static readonly ChannelType GROUP = new ChannelType("GROUP", InnerEnum.GROUP, "group")
 

Properties

string Value [get]
 

The documentation for this class was generated from the following file: