UStandardIntegrityToken

#include <StandardIntegrityToken.h>

The standard integrity token is used to verify the integrity of the app and the device.

Summary

See also: UStandardIntegrityTokenProvider::Request

Inheritance

Inherits from: UObject

Public attributes

Token
FString
The token containing the signed and encrypted JSON payload.

Public functions

BeginDestroy() override
virtual void
Part of UObject interface.
ShowDialog(int TypeCode, FShowDialogStandardOperationCompletedDelegate InOnShowDialogOperationCompleted)
void
Displays a dialog to the user.

Public attributes

Token

FString Token

The token containing the signed and encrypted JSON payload.

Public functions

BeginDestroy

virtual void BeginDestroy() override

Part of UObject interface.

Called when the object is marked for deletion by MarkPendingKill.

ShowDialog

void ShowDialog(
  int TypeCode,
  FShowDialogStandardOperationCompletedDelegate InOnShowDialogOperationCompleted
)

Displays a dialog to the user.

This method can only be called once per Integrity API response. This is a non-blocking call and it will return immediately.

Refer to https://developer.android.com/google/play/integrity/remediation for more details.

Details
Parameters
TypeCode
InOnShowDialogOperationCompleted
The delegate to call when the dialog is closed.