Interface NEAuthListener
-
- All Implemented Interfaces:
public interface NEAuthListener
鉴权状态变更通知回调,用于监听登录状态变更通知
-
-
Method Summary
Modifier and Type Method Description abstract Unit
onAuthEvent(NEAuthEvent evt)
登录状态变更通知 -
-
Method Detail
-
onAuthEvent
abstract Unit onAuthEvent(NEAuthEvent evt)
登录状态变更通知
- Parameters:
evt
- 鉴权事件
-
-
-
-