public static class SecurityCheckExecutor.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncSecurityCheckExecutor.Builder |
newAsyncExecutor(android.content.Context ctx)
Creates a new AsyncSecurityCheckExecutor Builder.
|
static SyncSecurityCheckExecutor.Builder |
newSyncExecutor(android.content.Context ctx)
Creates a new SyncSecurityCheckExecutor Builder.
|
public static AsyncSecurityCheckExecutor.Builder newAsyncExecutor(@NonNull android.content.Context ctx)
ctx - Context to be used by the security checksAsyncSecurityCheckExecutor.Builderpublic static SyncSecurityCheckExecutor.Builder newSyncExecutor(@NonNull android.content.Context ctx)
ctx - Context to be used by the security checksSyncSecurityCheckExecutor.Builder