StandardIntegrityManager.PrepareIntegrityTokenRequest

public abstract class StandardIntegrityManager.PrepareIntegrityTokenRequest


Request for prepareIntegrityToken.

Summary

Public constructors

Public methods

static StandardIntegrityManager.PrepareIntegrityTokenRequest.Builder

Creates PrepareIntegrityTokenRequest.Builder.

abstract long

The cloud project number provided to the API.

abstract int

The WebView request mode provided to the API.

Public constructors

PrepareIntegrityTokenRequest

public PrepareIntegrityTokenRequest()

Public methods

cloudProjectNumber

public abstract long cloudProjectNumber()

The cloud project number provided to the API.

See the details Builder#setCloudProjectNumber(long).

webViewRequestMode

public abstract int webViewRequestMode()

The WebView request mode provided to the API.

See the details Builder#setWebViewRequestMode(int).

This parameter is only used for advanced system use cases and must be left unspecified by app, game, or SDK developers.

Since 1.6.0