OnLogoutType typedef

OnLogoutType = void Function(LogoutReason reason)

reason:登出原因

Implementation

typedef OnLogoutType = void Function(LogoutReason reason);