Channel

interface Channel

Event 频道, Event 如果需要被接收到, 都需要发布到一个或者多个 Channel 中, 频道名以及频道密码和发布 Event 时的频道相同时才可以接收到 Event.

Author

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

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): String

获取频道名.

Link copied to clipboard
abstract fun getPassword(): String?

获取频道密码.