VerificationResult

The result of the verification process.

This is accomplished by preventing MiTM attacks between the SDK and the RevenueCat server. With verification enabled, the SDK ensures that the response created by the server was not modified by a third-party, and the response received is exactly what was sent.

  • Note: Verification is only performed if enabled using PurchasesConfiguration.Builder's entitlementVerificationMode property. This is disabled by default.

Entries

Link copied to clipboard

No verification was done.

Link copied to clipboard

Verification with our server was performed successfully.

Link copied to clipboard

Verification failed, possibly due to a MiTM attack.

Link copied to clipboard

Verification was performed on device.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

Whether the result has been verified.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.