Skip to content

//android-sdk/ai.smartwall.android.sdk.api/UnlockPaymentFailure

UnlockPaymentFailure

[androidJvm] sealed class UnlockPaymentFailure : UnlockFailure

Base case for all errors relayed to the payment process (Google in-app billing lib).

Functions

Name Summary
equals [androidJvm]
Content
open operator fun equals(other: Any?): Boolean


hashCode [androidJvm]
Content
open fun hashCode(): Int


toString [androidJvm]
Content
open fun toString(): String


Properties

Name Summary
errorMessage [androidJvm] open val errorMessage: String