UIntegrityTokenResponse
#include <IntegrityTokenResponse.h>
The UIntegrityTokenResponse class is used to handle the response for an integrity token request.
Summary
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, FShowDialogOperationCompletedDelegate 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, FShowDialogOperationCompletedDelegate 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 |
|