NELiveAuthLevel enum

登录 web 直播页的鉴权级别,0:不需要鉴权,1:需要登录,2:需要登录并且账号要与直播应用绑定。不填的话表示不需要鉴权

Inheritance

Constructors

NELiveAuthLevel()
const

Values

normal → const NELiveAuthLevel

不需要鉴权

token → const NELiveAuthLevel

需要登录

appToken → const NELiveAuthLevel

需要登录并且账号要与直播应用绑定

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NELiveAuthLevel>
A constant List of the values in this enum, in order of their declaration.