public static final class

ChanPerformer.CheckAuthorizationResult

extends Object
java.lang.Object
   ↳ chan.content.ChanPerformer.CheckAuthorizationResult

Class Overview

Result holder for onCheckAuthorization(CheckAuthorizationData).

Summary

Public Constructors
ChanPerformer.CheckAuthorizationResult(boolean success)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ChanPerformer.CheckAuthorizationResult (boolean success)

Constructor for ChanPerformer.CheckAuthorizationResult.

Parameters
success boolean: True if authorization data is correct, false otherwise.