DefaultChannel

class DefaultChannel(name: String, password: String?) : Channel

Description TODO

Author

M8Test, [email protected], https://m8test.com

Constructors

Link copied to clipboard
constructor(name: String, password: String?)

Functions

Link copied to clipboard
open override fun getName(): String

获取频道名.

Link copied to clipboard
open override fun getPassword(): String?

获取频道密码.