public class BrokerPermissionsChecker
extends java.lang.Object
| Constructor and Description |
|---|
BrokerPermissionsChecker(android.content.Context context,
ILogger logger)
Creates a BrokerPermissionsChecker
|
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Checks if the Broker has the permissions needed be used.
|
public BrokerPermissionsChecker(android.content.Context context,
ILogger logger)
context - The current context to check permissions againstlogger - The logger contextpublic void check()
throws ClientAuthenticatorException
ClientAuthenticatorException - If the required permissions are not available