| java.lang.Object | |
| ↳ | chan.content.ChanPerformer.CheckAuthorizationResult |
Result holder for onCheckAuthorization(CheckAuthorizationData).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor for ChanPerformer.CheckAuthorizationResult.
| Parameters | |
|---|---|
success |
boolean:
True if authorization data is correct, false otherwise.
|