Skip to content

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

SmartWallBuilder

[androidJvm] class SmartWallBuilder(activity: FragmentActivity)

Functions

Name Summary
build [androidJvm]
Content
fun build(): SmartWall


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


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


setApiKey [androidJvm]
Content
fun setApiKey(apiKey: String): SmartWallBuilder


setCustomVariables [androidJvm]
Content
fun setCustomVariables(vararg variables: Pair<String, Any>): SmartWallBuilder
More info
Optional params, which could be used in "Audience Segments" in the SmartWall dashboard.


setLanguage [androidJvm]
Content
fun setLanguage(language: Locale): SmartWallBuilder
More info
Set language of the SmartWall, which will be shown to the user.


setSmartWallUid [androidJvm]
Content
fun setSmartWallUid(smartWallUid: String): SmartWallBuilder
More info
Uid of the SmartWall, which will be shown to the user.


setUserId [androidJvm]
Content
fun setUserId(userId: String): SmartWallBuilder
More info
Set user id from external system.


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