bot Defender Challenge Solved With Error
open fun botDefenderChallengeSolvedWithError(reason: HSBotDefenderChallengeFailureReason, appId: String)
Called when the user solved the challenge but the SDK could not finalize the pass. The reason is HSBotDefenderChallengeFailureReason.NETWORK_ERROR when startup is incomplete, local token persistence fails, or the post-solve token refresh times out or throws (e.g. connectivity, SSL, pinning).
A default empty implementation is provided so existing host apps that only implement botDefenderChallengeSolved / botDefenderChallengeCancelled keep compiling. When this method is implemented, botDefenderChallengeSolved may still fire afterward for the same outcome (legacy fold compatibility).
Parameters
reason
The classification of the failure.
app Id
The AppID that is related to the event.