Skip to content

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

SmartWall

[androidJvm] interface SmartWall

Functions

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


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


show [androidJvm]
Content
abstract suspend fun show(fragmentManager: FragmentManager, articleId: String): UnlockResult
More info
Displays current smartwall as bottom modal overlay.


showAsync [androidJvm]
Content
abstract fun showAsync(fragmentManager: FragmentManager, articleId: String, onUnlockResult: OnUnlockResult)
More info
Should be called from Java Api only.


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