RouteShieldOrigin

Data structure that holds information about the original shield request that was made.

Properties

Link copied to clipboard

is set to false if the original shield request was successful, false otherwise,

Link copied to clipboard

is empty if the original shield request was successful, otherwise contains error pointing to the reason behind the failure of original shield request.

Link copied to clipboard

is set to the original url used to make shield request. Can be null in case isFallback is true and the original request resulted in an error because of cancellation.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.