StandardIntegrityManager.StandardIntegrityDialogRequest
public
static
abstract
class
StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest |
Request for StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)
.
Summary
Nested classes | |
---|---|
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
Builder for |
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse
Encapsulates the result of an integrity check so it can be used to build a |
Public methods | |
---|---|
static
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
|
builder()
|
abstract
int
|
typeCode()
The type of the integrity dialog to be shown. |
abstract
Activity
|
activity()
The activity to be used to show the dialog. |
abstract
StandardIntegrityDialogRequest.StandardIntegrityResponse
|
standardIntegrityResponse()
The integrity check outcome for the dialog request. |
Inherited methods | |
---|---|
Public methods
builder
public static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder ()
Creates StandardIntegrityDialogRequest.Builder
.
Returns | |
---|---|
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder |
typeCode
public abstract int typeCode ()
The type of the integrity dialog to be shown.
Returns | |
---|---|
int |
activity
public abstract Activity activity ()
The activity to be used to show the dialog.
Returns | |
---|---|
Activity |
standardIntegrityResponse
public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()
The integrity check outcome for the dialog request.
Returns | |
---|---|
StandardIntegrityDialogRequest.StandardIntegrityResponse |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-29 UTC.