Skip to content

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

UnlockResult

[androidJvm] sealed class UnlockResult

UnlockResult could be following:

  • [UnlockSuccess](../-unlock-success/index.md)
  • [UnlockFailure](../-unlock-failure/index.md)
    • [UnlockCancelledByUser](../-unlock-cancelled-by-user/index.md)
    • [PaymentCancelledByUser](../-payment-cancelled-by-user/index.md)
    • [UnlockPaymentFailure](../-unlock-payment-failure/index.md)
    • [UnlockSdkError](../-unlock-sdk-error/index.md)
      • [UnexpectedSdkError](../-unexpected-sdk-error/index.md)
      • [JsError](../-js-error/index.md)

Return

unlock results, which is represented by finite number of sealed classes.

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


Inheritors

Name
UnlockSuccess
UnlockFailure