public static interface BrokerAccountManagerStrategy.OperationInfo<T extends OperationParameters,U>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethodName()
Name of the task (for logging purposes).
|
android.os.Bundle |
getRequestBundle(T parameters)
Performs this AccountManager operation in this method with the given IMicrosoftAuthService.
|
U |
getResultFromBundle(android.os.Bundle bundle)
Extracts result from the given bundle.
|
android.os.Bundle getRequestBundle(T parameters)
java.lang.String getMethodName()
U getResultFromBundle(android.os.Bundle bundle) throws BaseException
BaseException