StandardIntegrityWebViewRequestMode

public annotation StandardIntegrityWebViewRequestMode


Request mode for WebView for Standard Integrity API.

The WebView request mode is only used for advanced system use cases and must be left unspecified by app, game, or SDK developers.

Since 1.6.0

Summary

Constants

static final int

WebView request mode not set.

static final int

Standard API WebView request mode to return only device integrity verdicts in the final token.

static final int

Standard API WebView request mode to return device and application integrity verdicts in the final token.

Constants

UNSPECIFIED

public static final int UNSPECIFIED = 0

WebView request mode not set. Default value.

Since 1.6.0

WITHOUT_APP_BINDING

public static final int WITHOUT_APP_BINDING = 2

Standard API WebView request mode to return only device integrity verdicts in the final token.

This mode should be used when the application has opted out of providing its identity to the caller.

The WebView request mode is only used for advanced system use cases and must be left unspecified by app, game, or SDK developers.

Since 1.6.0

WITH_APP_BINDING

public static final int WITH_APP_BINDING = 1

Standard API WebView request mode to return device and application integrity verdicts in the final token.

This mode should be used when the application agreed to provide its identity to the caller.

The WebView request mode is only used for advanced system use cases and must be left unspecified by app, game, or SDK developers.

Since 1.6.0