Package com.microsoft.quickauth.signin
Class MSQASignInOptions
- java.lang.Object
-
- com.microsoft.quickauth.signin.MSQASignInOptions
-
public class MSQASignInOptions extends java.lang.Object
Encapsulates the parameters passed to the create MSQASignInClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MSQASignInOptions.Builder
-
Constructor Summary
Constructors Constructor Description MSQASignInOptions(MSQASignInOptions.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConfigResourceId()
ILogger
getExternalLogger()
int
getLogLevel()
boolean
isEnableLogcatLog()
-
-
-
Constructor Detail
-
MSQASignInOptions
public MSQASignInOptions(MSQASignInOptions.Builder builder)
-
-
Method Detail
-
getConfigResourceId
public int getConfigResourceId()
- Returns:
- The resource ID of the raw file.
-
isEnableLogcatLog
public boolean isEnableLogcatLog()
- Returns:
- true if enable logcat logging.
-
getExternalLogger
@Nullable public ILogger getExternalLogger()
- Returns:
- external logging callback.
-
getLogLevel
public int getLogLevel()
- Returns:
- The log level in
LogLevel
.
-
-