From 60e9073d341c85f96ee5129efb79f8b1ab9e040c Mon Sep 17 00:00:00 2001 From: James Ellis Date: Thu, 19 Oct 2023 11:19:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20compiled=20docs=20for?= =?UTF-8?q?=203.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-appcues-provider-service/index.html | 111 ++++++++++++++++++ .../-appcues-provider-service/start.html | 72 ++++++++++++ .../-appcues-provider-service/stop.html | 72 ++++++++++++ docs/appcues/com.appcues/index.html | 15 +++ docs/appcues/package-list | 3 + docs/navigation.html | 29 +++-- docs/scripts/pages.json | 2 +- 7 files changed, 290 insertions(+), 14 deletions(-) create mode 100644 docs/appcues/com.appcues/-appcues-provider-service/index.html create mode 100644 docs/appcues/com.appcues/-appcues-provider-service/start.html create mode 100644 docs/appcues/com.appcues/-appcues-provider-service/stop.html diff --git a/docs/appcues/com.appcues/-appcues-provider-service/index.html b/docs/appcues/com.appcues/-appcues-provider-service/index.html new file mode 100644 index 000000000..b0fad5c9e --- /dev/null +++ b/docs/appcues/com.appcues/-appcues-provider-service/index.html @@ -0,0 +1,111 @@ + + + + + AppcuesProviderService + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

AppcuesProviderService

+

Allows programmatic access to start and stop services normally controlled through an androidx.startup.InitializationProvider. In most typical use cases, this access is not expected to be necessary, and these services will start automatically.

+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun start(context: Context)

Start Appcues services.

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun stop(context: Context)

Stop Appcues services.

+
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/appcues/com.appcues/-appcues-provider-service/start.html b/docs/appcues/com.appcues/-appcues-provider-service/start.html new file mode 100644 index 000000000..33fd8e114 --- /dev/null +++ b/docs/appcues/com.appcues/-appcues-provider-service/start.html @@ -0,0 +1,72 @@ + + + + + start + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

start

+
+
fun start(context: Context)

Start Appcues services.

It is not normally expected to call this function, as services are started automatically using an androidx.startup.InitializationProvider. However, if necessary to have programmatic control to stop and start services, this function can be used.

The context parameter should be the currently active Activity, if possible, to ensure that the Appcues SDK has this Activity available to present content.

Parameters

context

The Android Context used by the host application.

+
+ +
+
+ + diff --git a/docs/appcues/com.appcues/-appcues-provider-service/stop.html b/docs/appcues/com.appcues/-appcues-provider-service/stop.html new file mode 100644 index 000000000..058a13a95 --- /dev/null +++ b/docs/appcues/com.appcues/-appcues-provider-service/stop.html @@ -0,0 +1,72 @@ + + + + + stop + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

stop

+
+
fun stop(context: Context)

Stop Appcues services.

It is not normally expected to call this function, as services are started automatically using an androidx.startup.InitializationProvider. However, if necessary to have programmatic control to stop and start services, this function can be used.

Parameters

context

The Android Context used by the host application.

+
+ +
+
+ + diff --git a/docs/appcues/com.appcues/index.html b/docs/appcues/com.appcues/index.html index b08d86254..5795e675e 100644 --- a/docs/appcues/com.appcues/index.html +++ b/docs/appcues/com.appcues/index.html @@ -154,6 +154,21 @@

Types

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Allows programmatic access to start and stop services normally controlled through an androidx.startup.InitializationProvider. In most typical use cases, this access is not expected to be necessary, and these services will start automatically.

+
+
+
+
diff --git a/docs/appcues/package-list b/docs/appcues/package-list index a8e20f7ad..ff8d56181 100644 --- a/docs/appcues/package-list +++ b/docs/appcues/package-list @@ -52,6 +52,9 @@ $dokka.location:com.appcues/AppcuesFrameView///PointingToDeclaration/appcues/co $dokka.location:com.appcues/AppcuesFrameView/AppcuesFrameView/#android.content.Context#android.util.AttributeSet?#kotlin.Int/PointingToDeclaration/appcues/com.appcues/-appcues-frame-view/-appcues-frame-view.html $dokka.location:com.appcues/AppcuesInterceptor///PointingToDeclaration/appcues/com.appcues/-appcues-interceptor/index.html $dokka.location:com.appcues/AppcuesInterceptor/canDisplayExperience/#java.util.UUID/PointingToDeclaration/appcues/com.appcues/-appcues-interceptor/can-display-experience.html +$dokka.location:com.appcues/AppcuesProviderService///PointingToDeclaration/appcues/com.appcues/-appcues-provider-service/index.html +$dokka.location:com.appcues/AppcuesProviderService/start/#android.content.Context/PointingToDeclaration/appcues/com.appcues/-appcues-provider-service/start.html +$dokka.location:com.appcues/AppcuesProviderService/stop/#android.content.Context/PointingToDeclaration/appcues/com.appcues/-appcues-provider-service/stop.html $dokka.location:com.appcues/ElementSelector///PointingToDeclaration/appcues/com.appcues/-element-selector/index.html $dokka.location:com.appcues/ElementSelector/evaluateMatch/#com.appcues.ElementSelector/PointingToDeclaration/appcues/com.appcues/-element-selector/evaluate-match.html $dokka.location:com.appcues/ElementSelector/toMap/#/PointingToDeclaration/appcues/com.appcues/-element-selector/to-map.html diff --git a/docs/navigation.html b/docs/navigation.html index dcdd8f618..eda6355ee 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -41,40 +41,43 @@ -
+ + -
+ -
+ -
+ -
+ -
- -
+
+ + -
+ -
+
-
+ -
+ - diff --git a/docs/scripts/pages.json b/docs/scripts/pages.json index 301d7588c..33b14448e 100644 --- a/docs/scripts/pages.json +++ b/docs/scripts/pages.json @@ -1 +1 @@ -[{"name":"DEBUG","description":"com.appcues.LoggingLevel.DEBUG","location":"appcues/com.appcues/-logging-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG","com.appcues.LoggingLevel.DEBUG"]},{"name":"EVENT","description":"com.appcues.AnalyticType.EVENT","location":"appcues/com.appcues/-analytic-type/-e-v-e-n-t/index.html","searchKeys":["EVENT","EVENT","com.appcues.AnalyticType.EVENT"]},{"name":"GROUP","description":"com.appcues.AnalyticType.GROUP","location":"appcues/com.appcues/-analytic-type/-g-r-o-u-p/index.html","searchKeys":["GROUP","GROUP","com.appcues.AnalyticType.GROUP"]},{"name":"IDENTIFY","description":"com.appcues.AnalyticType.IDENTIFY","location":"appcues/com.appcues/-analytic-type/-i-d-e-n-t-i-f-y/index.html","searchKeys":["IDENTIFY","IDENTIFY","com.appcues.AnalyticType.IDENTIFY"]},{"name":"INFO","description":"com.appcues.LoggingLevel.INFO","location":"appcues/com.appcues/-logging-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO","com.appcues.LoggingLevel.INFO"]},{"name":"NONE","description":"com.appcues.LoggingLevel.NONE","location":"appcues/com.appcues/-logging-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.appcues.LoggingLevel.NONE"]},{"name":"SCREEN","description":"com.appcues.AnalyticType.SCREEN","location":"appcues/com.appcues/-analytic-type/-s-c-r-e-e-n/index.html","searchKeys":["SCREEN","SCREEN","com.appcues.AnalyticType.SCREEN"]},{"name":"abstract fun captureLayout(): ViewElement?","description":"com.appcues.ElementTargetingStrategy.captureLayout","location":"appcues/com.appcues/-element-targeting-strategy/capture-layout.html","searchKeys":["captureLayout","abstract fun captureLayout(): ViewElement?","com.appcues.ElementTargetingStrategy.captureLayout"]},{"name":"abstract fun evaluateMatch(target: ElementSelector): Int","description":"com.appcues.ElementSelector.evaluateMatch","location":"appcues/com.appcues/-element-selector/evaluate-match.html","searchKeys":["evaluateMatch","abstract fun evaluateMatch(target: ElementSelector): Int","com.appcues.ElementSelector.evaluateMatch"]},{"name":"abstract fun experienceFinished(experienceId: UUID)","description":"com.appcues.ExperienceListener.experienceFinished","location":"appcues/com.appcues/-experience-listener/experience-finished.html","searchKeys":["experienceFinished","abstract fun experienceFinished(experienceId: UUID)","com.appcues.ExperienceListener.experienceFinished"]},{"name":"abstract fun experienceStarted(experienceId: UUID)","description":"com.appcues.ExperienceListener.experienceStarted","location":"appcues/com.appcues/-experience-listener/experience-started.html","searchKeys":["experienceStarted","abstract fun experienceStarted(experienceId: UUID)","com.appcues.ExperienceListener.experienceStarted"]},{"name":"abstract fun inflateSelectorFrom(properties: Map): ElementSelector?","description":"com.appcues.ElementTargetingStrategy.inflateSelectorFrom","location":"appcues/com.appcues/-element-targeting-strategy/inflate-selector-from.html","searchKeys":["inflateSelectorFrom","abstract fun inflateSelectorFrom(properties: Map): ElementSelector?","com.appcues.ElementTargetingStrategy.inflateSelectorFrom"]},{"name":"abstract fun toMap(): Map","description":"com.appcues.ElementSelector.toMap","location":"appcues/com.appcues/-element-selector/to-map.html","searchKeys":["toMap","abstract fun toMap(): Map","com.appcues.ElementSelector.toMap"]},{"name":"abstract fun trackedAnalytic(type: AnalyticType, value: String?, properties: Map?, isInternal: Boolean)","description":"com.appcues.AnalyticsListener.trackedAnalytic","location":"appcues/com.appcues/-analytics-listener/tracked-analytic.html","searchKeys":["trackedAnalytic","abstract fun trackedAnalytic(type: AnalyticType, value: String?, properties: Map?, isInternal: Boolean)","com.appcues.AnalyticsListener.trackedAnalytic"]},{"name":"abstract suspend fun canDisplayExperience(experienceId: UUID): Boolean","description":"com.appcues.AppcuesInterceptor.canDisplayExperience","location":"appcues/com.appcues/-appcues-interceptor/can-display-experience.html","searchKeys":["canDisplayExperience","abstract suspend fun canDisplayExperience(experienceId: UUID): Boolean","com.appcues.AppcuesInterceptor.canDisplayExperience"]},{"name":"abstract suspend fun navigateTo(uri: Uri): Boolean","description":"com.appcues.NavigationHandler.navigateTo","location":"appcues/com.appcues/-navigation-handler/navigate-to.html","searchKeys":["navigateTo","abstract suspend fun navigateTo(uri: Uri): Boolean","com.appcues.NavigationHandler.navigateTo"]},{"name":"class Appcues","description":"com.appcues.Appcues","location":"appcues/com.appcues/-appcues/index.html","searchKeys":["Appcues","class Appcues","com.appcues.Appcues"]},{"name":"class AppcuesFrameView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.appcues.AppcuesFrameView","location":"appcues/com.appcues/-appcues-frame-view/index.html","searchKeys":["AppcuesFrameView","class AppcuesFrameView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.appcues.AppcuesFrameView"]},{"name":"constructor(bitmap: Bitmap, size: Size, insets: Insets)","description":"com.appcues.Screenshot.Screenshot","location":"appcues/com.appcues/-screenshot/-screenshot.html","searchKeys":["Screenshot","constructor(bitmap: Bitmap, size: Size, insets: Insets)","com.appcues.Screenshot.Screenshot"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.appcues.AppcuesFrameView.AppcuesFrameView","location":"appcues/com.appcues/-appcues-frame-view/-appcues-frame-view.html","searchKeys":["AppcuesFrameView","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.appcues.AppcuesFrameView.AppcuesFrameView"]},{"name":"constructor(id: UUID = UUID.randomUUID(), x: Int, y: Int, width: Int, height: Int, type: String, displayName: String?, selector: ElementSelector?, children: List?)","description":"com.appcues.ViewElement.ViewElement","location":"appcues/com.appcues/-view-element/-view-element.html","searchKeys":["ViewElement","constructor(id: UUID = UUID.randomUUID(), x: Int, y: Int, width: Int, height: Int, type: String, displayName: String?, selector: ElementSelector?, children: List?)","com.appcues.ViewElement.ViewElement"]},{"name":"data class AppcuesConfig","description":"com.appcues.AppcuesConfig","location":"appcues/com.appcues/-appcues-config/index.html","searchKeys":["AppcuesConfig","data class AppcuesConfig","com.appcues.AppcuesConfig"]},{"name":"data class Screenshot(val bitmap: Bitmap, val size: Size, val insets: Insets)","description":"com.appcues.Screenshot","location":"appcues/com.appcues/-screenshot/index.html","searchKeys":["Screenshot","data class Screenshot(val bitmap: Bitmap, val size: Size, val insets: Insets)","com.appcues.Screenshot"]},{"name":"data class ViewElement(val id: UUID = UUID.randomUUID(), val x: Int, val y: Int, val width: Int, val height: Int, val type: String, val displayName: String?, val selector: ElementSelector?, val children: List?)","description":"com.appcues.ViewElement","location":"appcues/com.appcues/-view-element/index.html","searchKeys":["ViewElement","data class ViewElement(val id: UUID = UUID.randomUUID(), val x: Int, val y: Int, val width: Int, val height: Int, val type: String, val displayName: String?, val selector: ElementSelector?, val children: List?)","com.appcues.ViewElement"]},{"name":"enum AnalyticType : Enum ","description":"com.appcues.AnalyticType","location":"appcues/com.appcues/-analytic-type/index.html","searchKeys":["AnalyticType","enum AnalyticType : Enum ","com.appcues.AnalyticType"]},{"name":"enum LoggingLevel : Enum ","description":"com.appcues.LoggingLevel","location":"appcues/com.appcues/-logging-level/index.html","searchKeys":["LoggingLevel","enum LoggingLevel : Enum ","com.appcues.LoggingLevel"]},{"name":"fun Appcues(context: Context, accountId: String, applicationId: String, config: AppcuesConfig.() -> Unit? = null): Appcues","description":"com.appcues.Appcues","location":"appcues/com.appcues/-appcues.html","searchKeys":["Appcues","fun Appcues(context: Context, accountId: String, applicationId: String, config: AppcuesConfig.() -> Unit? = null): Appcues","com.appcues.Appcues"]},{"name":"fun AppcuesFrame(modifier: Modifier = Modifier, appcues: Appcues, frameId: String)","description":"com.appcues.AppcuesFrame","location":"appcues/com.appcues/-appcues-frame.html","searchKeys":["AppcuesFrame","fun AppcuesFrame(modifier: Modifier = Modifier, appcues: Appcues, frameId: String)","com.appcues.AppcuesFrame"]},{"name":"fun Modifier.appcuesView(tag: String): Modifier","description":"com.appcues.appcuesView","location":"appcues/com.appcues/appcues-view.html","searchKeys":["appcuesView","fun Modifier.appcuesView(tag: String): Modifier","com.appcues.appcuesView"]},{"name":"fun View.isAppcuesView(): Boolean","description":"com.appcues.isAppcuesView","location":"appcues/com.appcues/is-appcues-view.html","searchKeys":["isAppcuesView","fun View.isAppcuesView(): Boolean","com.appcues.isAppcuesView"]},{"name":"fun anonymous()","description":"com.appcues.Appcues.anonymous","location":"appcues/com.appcues/-appcues/anonymous.html","searchKeys":["anonymous","fun anonymous()","com.appcues.Appcues.anonymous"]},{"name":"fun anonymous(properties: Map?)","description":"com.appcues.Appcues.anonymous","location":"appcues/com.appcues/-appcues/anonymous.html","searchKeys":["anonymous","fun anonymous(properties: Map?)","com.appcues.Appcues.anonymous"]},{"name":"fun debug(activity: Activity)","description":"com.appcues.Appcues.debug","location":"appcues/com.appcues/-appcues/debug.html","searchKeys":["debug","fun debug(activity: Activity)","com.appcues.Appcues.debug"]},{"name":"fun group(groupId: String?, properties: Map? = null)","description":"com.appcues.Appcues.group","location":"appcues/com.appcues/-appcues/group.html","searchKeys":["group","fun group(groupId: String?, properties: Map? = null)","com.appcues.Appcues.group"]},{"name":"fun identify(userId: String, properties: Map? = null)","description":"com.appcues.Appcues.identify","location":"appcues/com.appcues/-appcues/identify.html","searchKeys":["identify","fun identify(userId: String, properties: Map? = null)","com.appcues.Appcues.identify"]},{"name":"fun onNewIntent(activity: Activity, intent: Intent?): Boolean","description":"com.appcues.Appcues.onNewIntent","location":"appcues/com.appcues/-appcues/on-new-intent.html","searchKeys":["onNewIntent","fun onNewIntent(activity: Activity, intent: Intent?): Boolean","com.appcues.Appcues.onNewIntent"]},{"name":"fun registerEmbed(frameId: String, frame: AppcuesFrameView)","description":"com.appcues.Appcues.registerEmbed","location":"appcues/com.appcues/-appcues/register-embed.html","searchKeys":["registerEmbed","fun registerEmbed(frameId: String, frame: AppcuesFrameView)","com.appcues.Appcues.registerEmbed"]},{"name":"fun reset()","description":"com.appcues.Appcues.reset","location":"appcues/com.appcues/-appcues/reset.html","searchKeys":["reset","fun reset()","com.appcues.Appcues.reset"]},{"name":"fun screen(title: String, properties: Map? = null)","description":"com.appcues.Appcues.screen","location":"appcues/com.appcues/-appcues/screen.html","searchKeys":["screen","fun screen(title: String, properties: Map? = null)","com.appcues.Appcues.screen"]},{"name":"fun stop()","description":"com.appcues.Appcues.stop","location":"appcues/com.appcues/-appcues/stop.html","searchKeys":["stop","fun stop()","com.appcues.Appcues.stop"]},{"name":"fun track(name: String, properties: Map? = null)","description":"com.appcues.Appcues.track","location":"appcues/com.appcues/-appcues/track.html","searchKeys":["track","fun track(name: String, properties: Map? = null)","com.appcues.Appcues.track"]},{"name":"fun trackScreens()","description":"com.appcues.Appcues.trackScreens","location":"appcues/com.appcues/-appcues/track-screens.html","searchKeys":["trackScreens","fun trackScreens()","com.appcues.Appcues.trackScreens"]},{"name":"fun valueOf(value: String): AnalyticType","description":"com.appcues.AnalyticType.valueOf","location":"appcues/com.appcues/-analytic-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): AnalyticType","com.appcues.AnalyticType.valueOf"]},{"name":"fun valueOf(value: String): LoggingLevel","description":"com.appcues.LoggingLevel.valueOf","location":"appcues/com.appcues/-logging-level/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): LoggingLevel","com.appcues.LoggingLevel.valueOf"]},{"name":"fun values(): Array","description":"com.appcues.AnalyticType.values","location":"appcues/com.appcues/-analytic-type/values.html","searchKeys":["values","fun values(): Array","com.appcues.AnalyticType.values"]},{"name":"fun values(): Array","description":"com.appcues.LoggingLevel.values","location":"appcues/com.appcues/-logging-level/values.html","searchKeys":["values","fun values(): Array","com.appcues.LoggingLevel.values"]},{"name":"interface AnalyticsListener","description":"com.appcues.AnalyticsListener","location":"appcues/com.appcues/-analytics-listener/index.html","searchKeys":["AnalyticsListener","interface AnalyticsListener","com.appcues.AnalyticsListener"]},{"name":"interface AppcuesInterceptor","description":"com.appcues.AppcuesInterceptor","location":"appcues/com.appcues/-appcues-interceptor/index.html","searchKeys":["AppcuesInterceptor","interface AppcuesInterceptor","com.appcues.AppcuesInterceptor"]},{"name":"interface ElementSelector","description":"com.appcues.ElementSelector","location":"appcues/com.appcues/-element-selector/index.html","searchKeys":["ElementSelector","interface ElementSelector","com.appcues.ElementSelector"]},{"name":"interface ElementTargetingStrategy","description":"com.appcues.ElementTargetingStrategy","location":"appcues/com.appcues/-element-targeting-strategy/index.html","searchKeys":["ElementTargetingStrategy","interface ElementTargetingStrategy","com.appcues.ElementTargetingStrategy"]},{"name":"interface ExperienceListener","description":"com.appcues.ExperienceListener","location":"appcues/com.appcues/-experience-listener/index.html","searchKeys":["ExperienceListener","interface ExperienceListener","com.appcues.ExperienceListener"]},{"name":"interface NavigationHandler","description":"com.appcues.NavigationHandler","location":"appcues/com.appcues/-navigation-handler/index.html","searchKeys":["NavigationHandler","interface NavigationHandler","com.appcues.NavigationHandler"]},{"name":"object Companion","description":"com.appcues.Appcues.Companion","location":"appcues/com.appcues/-appcues/-companion/index.html","searchKeys":["Companion","object Companion","com.appcues.Appcues.Companion"]},{"name":"open fun captureScreenshot(): Screenshot?","description":"com.appcues.ElementTargetingStrategy.captureScreenshot","location":"appcues/com.appcues/-element-targeting-strategy/capture-screenshot.html","searchKeys":["captureScreenshot","open fun captureScreenshot(): Screenshot?","com.appcues.ElementTargetingStrategy.captureScreenshot"]},{"name":"suspend fun show(experienceId: String): Boolean","description":"com.appcues.Appcues.show","location":"appcues/com.appcues/-appcues/show.html","searchKeys":["show","suspend fun show(experienceId: String): Boolean","com.appcues.Appcues.show"]},{"name":"val bitmap: Bitmap","description":"com.appcues.Screenshot.bitmap","location":"appcues/com.appcues/-screenshot/bitmap.html","searchKeys":["bitmap","val bitmap: Bitmap","com.appcues.Screenshot.bitmap"]},{"name":"val children: List?","description":"com.appcues.ViewElement.children","location":"appcues/com.appcues/-view-element/children.html","searchKeys":["children","val children: List?","com.appcues.ViewElement.children"]},{"name":"val displayName: String?","description":"com.appcues.ViewElement.displayName","location":"appcues/com.appcues/-view-element/display-name.html","searchKeys":["displayName","val displayName: String?","com.appcues.ViewElement.displayName"]},{"name":"val height: Int","description":"com.appcues.ViewElement.height","location":"appcues/com.appcues/-view-element/height.html","searchKeys":["height","val height: Int","com.appcues.ViewElement.height"]},{"name":"val id: UUID","description":"com.appcues.ViewElement.id","location":"appcues/com.appcues/-view-element/id.html","searchKeys":["id","val id: UUID","com.appcues.ViewElement.id"]},{"name":"val insets: Insets","description":"com.appcues.Screenshot.insets","location":"appcues/com.appcues/-screenshot/insets.html","searchKeys":["insets","val insets: Insets","com.appcues.Screenshot.insets"]},{"name":"val selector: ElementSelector?","description":"com.appcues.ViewElement.selector","location":"appcues/com.appcues/-view-element/selector.html","searchKeys":["selector","val selector: ElementSelector?","com.appcues.ViewElement.selector"]},{"name":"val size: Size","description":"com.appcues.Screenshot.size","location":"appcues/com.appcues/-screenshot/size.html","searchKeys":["size","val size: Size","com.appcues.Screenshot.size"]},{"name":"val type: String","description":"com.appcues.ViewElement.type","location":"appcues/com.appcues/-view-element/type.html","searchKeys":["type","val type: String","com.appcues.ViewElement.type"]},{"name":"val version: String","description":"com.appcues.Appcues.Companion.version","location":"appcues/com.appcues/-appcues/-companion/version.html","searchKeys":["version","val version: String","com.appcues.Appcues.Companion.version"]},{"name":"val version: String","description":"com.appcues.Appcues.version","location":"appcues/com.appcues/-appcues/version.html","searchKeys":["version","val version: String","com.appcues.Appcues.version"]},{"name":"val width: Int","description":"com.appcues.ViewElement.width","location":"appcues/com.appcues/-view-element/width.html","searchKeys":["width","val width: Int","com.appcues.ViewElement.width"]},{"name":"val x: Int","description":"com.appcues.ViewElement.x","location":"appcues/com.appcues/-view-element/x.html","searchKeys":["x","val x: Int","com.appcues.ViewElement.x"]},{"name":"val y: Int","description":"com.appcues.ViewElement.y","location":"appcues/com.appcues/-view-element/y.html","searchKeys":["y","val y: Int","com.appcues.ViewElement.y"]},{"name":"var activityStorageMaxAge: Int?","description":"com.appcues.AppcuesConfig.activityStorageMaxAge","location":"appcues/com.appcues/-appcues-config/activity-storage-max-age.html","searchKeys":["activityStorageMaxAge","var activityStorageMaxAge: Int?","com.appcues.AppcuesConfig.activityStorageMaxAge"]},{"name":"var activityStorageMaxSize: Int","description":"com.appcues.AppcuesConfig.activityStorageMaxSize","location":"appcues/com.appcues/-appcues-config/activity-storage-max-size.html","searchKeys":["activityStorageMaxSize","var activityStorageMaxSize: Int","com.appcues.AppcuesConfig.activityStorageMaxSize"]},{"name":"var additionalAutoProperties: Map","description":"com.appcues.AppcuesConfig.additionalAutoProperties","location":"appcues/com.appcues/-appcues-config/additional-auto-properties.html","searchKeys":["additionalAutoProperties","var additionalAutoProperties: Map","com.appcues.AppcuesConfig.additionalAutoProperties"]},{"name":"var analyticsListener: AnalyticsListener?","description":"com.appcues.Appcues.analyticsListener","location":"appcues/com.appcues/-appcues/analytics-listener.html","searchKeys":["analyticsListener","var analyticsListener: AnalyticsListener?","com.appcues.Appcues.analyticsListener"]},{"name":"var analyticsListener: AnalyticsListener?","description":"com.appcues.AppcuesConfig.analyticsListener","location":"appcues/com.appcues/-appcues-config/analytics-listener.html","searchKeys":["analyticsListener","var analyticsListener: AnalyticsListener?","com.appcues.AppcuesConfig.analyticsListener"]},{"name":"var anonymousIdFactory: () -> String?","description":"com.appcues.AppcuesConfig.anonymousIdFactory","location":"appcues/com.appcues/-appcues-config/anonymous-id-factory.html","searchKeys":["anonymousIdFactory","var anonymousIdFactory: () -> String?","com.appcues.AppcuesConfig.anonymousIdFactory"]},{"name":"var apiBasePath: String?","description":"com.appcues.AppcuesConfig.apiBasePath","location":"appcues/com.appcues/-appcues-config/api-base-path.html","searchKeys":["apiBasePath","var apiBasePath: String?","com.appcues.AppcuesConfig.apiBasePath"]},{"name":"var elementTargeting: ElementTargetingStrategy","description":"com.appcues.Appcues.Companion.elementTargeting","location":"appcues/com.appcues/-appcues/-companion/element-targeting.html","searchKeys":["elementTargeting","var elementTargeting: ElementTargetingStrategy","com.appcues.Appcues.Companion.elementTargeting"]},{"name":"var experienceListener: ExperienceListener?","description":"com.appcues.Appcues.experienceListener","location":"appcues/com.appcues/-appcues/experience-listener.html","searchKeys":["experienceListener","var experienceListener: ExperienceListener?","com.appcues.Appcues.experienceListener"]},{"name":"var experienceListener: ExperienceListener?","description":"com.appcues.AppcuesConfig.experienceListener","location":"appcues/com.appcues/-appcues-config/experience-listener.html","searchKeys":["experienceListener","var experienceListener: ExperienceListener?","com.appcues.AppcuesConfig.experienceListener"]},{"name":"var interceptor: AppcuesInterceptor?","description":"com.appcues.Appcues.interceptor","location":"appcues/com.appcues/-appcues/interceptor.html","searchKeys":["interceptor","var interceptor: AppcuesInterceptor?","com.appcues.Appcues.interceptor"]},{"name":"var interceptor: AppcuesInterceptor?","description":"com.appcues.AppcuesConfig.interceptor","location":"appcues/com.appcues/-appcues-config/interceptor.html","searchKeys":["interceptor","var interceptor: AppcuesInterceptor?","com.appcues.AppcuesConfig.interceptor"]},{"name":"var loggingLevel: LoggingLevel","description":"com.appcues.AppcuesConfig.loggingLevel","location":"appcues/com.appcues/-appcues-config/logging-level.html","searchKeys":["loggingLevel","var loggingLevel: LoggingLevel","com.appcues.AppcuesConfig.loggingLevel"]},{"name":"var navigationHandler: NavigationHandler?","description":"com.appcues.Appcues.navigationHandler","location":"appcues/com.appcues/-appcues/navigation-handler.html","searchKeys":["navigationHandler","var navigationHandler: NavigationHandler?","com.appcues.Appcues.navigationHandler"]},{"name":"var navigationHandler: NavigationHandler?","description":"com.appcues.AppcuesConfig.navigationHandler","location":"appcues/com.appcues/-appcues-config/navigation-handler.html","searchKeys":["navigationHandler","var navigationHandler: NavigationHandler?","com.appcues.AppcuesConfig.navigationHandler"]},{"name":"var sessionTimeout: Int","description":"com.appcues.AppcuesConfig.sessionTimeout","location":"appcues/com.appcues/-appcues-config/session-timeout.html","searchKeys":["sessionTimeout","var sessionTimeout: Int","com.appcues.AppcuesConfig.sessionTimeout"]}] +[{"name":"DEBUG","description":"com.appcues.LoggingLevel.DEBUG","location":"appcues/com.appcues/-logging-level/-d-e-b-u-g/index.html","searchKeys":["DEBUG","DEBUG","com.appcues.LoggingLevel.DEBUG"]},{"name":"EVENT","description":"com.appcues.AnalyticType.EVENT","location":"appcues/com.appcues/-analytic-type/-e-v-e-n-t/index.html","searchKeys":["EVENT","EVENT","com.appcues.AnalyticType.EVENT"]},{"name":"GROUP","description":"com.appcues.AnalyticType.GROUP","location":"appcues/com.appcues/-analytic-type/-g-r-o-u-p/index.html","searchKeys":["GROUP","GROUP","com.appcues.AnalyticType.GROUP"]},{"name":"IDENTIFY","description":"com.appcues.AnalyticType.IDENTIFY","location":"appcues/com.appcues/-analytic-type/-i-d-e-n-t-i-f-y/index.html","searchKeys":["IDENTIFY","IDENTIFY","com.appcues.AnalyticType.IDENTIFY"]},{"name":"INFO","description":"com.appcues.LoggingLevel.INFO","location":"appcues/com.appcues/-logging-level/-i-n-f-o/index.html","searchKeys":["INFO","INFO","com.appcues.LoggingLevel.INFO"]},{"name":"NONE","description":"com.appcues.LoggingLevel.NONE","location":"appcues/com.appcues/-logging-level/-n-o-n-e/index.html","searchKeys":["NONE","NONE","com.appcues.LoggingLevel.NONE"]},{"name":"SCREEN","description":"com.appcues.AnalyticType.SCREEN","location":"appcues/com.appcues/-analytic-type/-s-c-r-e-e-n/index.html","searchKeys":["SCREEN","SCREEN","com.appcues.AnalyticType.SCREEN"]},{"name":"abstract fun captureLayout(): ViewElement?","description":"com.appcues.ElementTargetingStrategy.captureLayout","location":"appcues/com.appcues/-element-targeting-strategy/capture-layout.html","searchKeys":["captureLayout","abstract fun captureLayout(): ViewElement?","com.appcues.ElementTargetingStrategy.captureLayout"]},{"name":"abstract fun evaluateMatch(target: ElementSelector): Int","description":"com.appcues.ElementSelector.evaluateMatch","location":"appcues/com.appcues/-element-selector/evaluate-match.html","searchKeys":["evaluateMatch","abstract fun evaluateMatch(target: ElementSelector): Int","com.appcues.ElementSelector.evaluateMatch"]},{"name":"abstract fun experienceFinished(experienceId: UUID)","description":"com.appcues.ExperienceListener.experienceFinished","location":"appcues/com.appcues/-experience-listener/experience-finished.html","searchKeys":["experienceFinished","abstract fun experienceFinished(experienceId: UUID)","com.appcues.ExperienceListener.experienceFinished"]},{"name":"abstract fun experienceStarted(experienceId: UUID)","description":"com.appcues.ExperienceListener.experienceStarted","location":"appcues/com.appcues/-experience-listener/experience-started.html","searchKeys":["experienceStarted","abstract fun experienceStarted(experienceId: UUID)","com.appcues.ExperienceListener.experienceStarted"]},{"name":"abstract fun inflateSelectorFrom(properties: Map): ElementSelector?","description":"com.appcues.ElementTargetingStrategy.inflateSelectorFrom","location":"appcues/com.appcues/-element-targeting-strategy/inflate-selector-from.html","searchKeys":["inflateSelectorFrom","abstract fun inflateSelectorFrom(properties: Map): ElementSelector?","com.appcues.ElementTargetingStrategy.inflateSelectorFrom"]},{"name":"abstract fun toMap(): Map","description":"com.appcues.ElementSelector.toMap","location":"appcues/com.appcues/-element-selector/to-map.html","searchKeys":["toMap","abstract fun toMap(): Map","com.appcues.ElementSelector.toMap"]},{"name":"abstract fun trackedAnalytic(type: AnalyticType, value: String?, properties: Map?, isInternal: Boolean)","description":"com.appcues.AnalyticsListener.trackedAnalytic","location":"appcues/com.appcues/-analytics-listener/tracked-analytic.html","searchKeys":["trackedAnalytic","abstract fun trackedAnalytic(type: AnalyticType, value: String?, properties: Map?, isInternal: Boolean)","com.appcues.AnalyticsListener.trackedAnalytic"]},{"name":"abstract suspend fun canDisplayExperience(experienceId: UUID): Boolean","description":"com.appcues.AppcuesInterceptor.canDisplayExperience","location":"appcues/com.appcues/-appcues-interceptor/can-display-experience.html","searchKeys":["canDisplayExperience","abstract suspend fun canDisplayExperience(experienceId: UUID): Boolean","com.appcues.AppcuesInterceptor.canDisplayExperience"]},{"name":"abstract suspend fun navigateTo(uri: Uri): Boolean","description":"com.appcues.NavigationHandler.navigateTo","location":"appcues/com.appcues/-navigation-handler/navigate-to.html","searchKeys":["navigateTo","abstract suspend fun navigateTo(uri: Uri): Boolean","com.appcues.NavigationHandler.navigateTo"]},{"name":"class Appcues","description":"com.appcues.Appcues","location":"appcues/com.appcues/-appcues/index.html","searchKeys":["Appcues","class Appcues","com.appcues.Appcues"]},{"name":"class AppcuesFrameView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","description":"com.appcues.AppcuesFrameView","location":"appcues/com.appcues/-appcues-frame-view/index.html","searchKeys":["AppcuesFrameView","class AppcuesFrameView constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout","com.appcues.AppcuesFrameView"]},{"name":"constructor(bitmap: Bitmap, size: Size, insets: Insets)","description":"com.appcues.Screenshot.Screenshot","location":"appcues/com.appcues/-screenshot/-screenshot.html","searchKeys":["Screenshot","constructor(bitmap: Bitmap, size: Size, insets: Insets)","com.appcues.Screenshot.Screenshot"]},{"name":"constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","description":"com.appcues.AppcuesFrameView.AppcuesFrameView","location":"appcues/com.appcues/-appcues-frame-view/-appcues-frame-view.html","searchKeys":["AppcuesFrameView","constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)","com.appcues.AppcuesFrameView.AppcuesFrameView"]},{"name":"constructor(id: UUID = UUID.randomUUID(), x: Int, y: Int, width: Int, height: Int, type: String, displayName: String?, selector: ElementSelector?, children: List?)","description":"com.appcues.ViewElement.ViewElement","location":"appcues/com.appcues/-view-element/-view-element.html","searchKeys":["ViewElement","constructor(id: UUID = UUID.randomUUID(), x: Int, y: Int, width: Int, height: Int, type: String, displayName: String?, selector: ElementSelector?, children: List?)","com.appcues.ViewElement.ViewElement"]},{"name":"data class AppcuesConfig","description":"com.appcues.AppcuesConfig","location":"appcues/com.appcues/-appcues-config/index.html","searchKeys":["AppcuesConfig","data class AppcuesConfig","com.appcues.AppcuesConfig"]},{"name":"data class Screenshot(val bitmap: Bitmap, val size: Size, val insets: Insets)","description":"com.appcues.Screenshot","location":"appcues/com.appcues/-screenshot/index.html","searchKeys":["Screenshot","data class Screenshot(val bitmap: Bitmap, val size: Size, val insets: Insets)","com.appcues.Screenshot"]},{"name":"data class ViewElement(val id: UUID = UUID.randomUUID(), val x: Int, val y: Int, val width: Int, val height: Int, val type: String, val displayName: String?, val selector: ElementSelector?, val children: List?)","description":"com.appcues.ViewElement","location":"appcues/com.appcues/-view-element/index.html","searchKeys":["ViewElement","data class ViewElement(val id: UUID = UUID.randomUUID(), val x: Int, val y: Int, val width: Int, val height: Int, val type: String, val displayName: String?, val selector: ElementSelector?, val children: List?)","com.appcues.ViewElement"]},{"name":"enum AnalyticType : Enum ","description":"com.appcues.AnalyticType","location":"appcues/com.appcues/-analytic-type/index.html","searchKeys":["AnalyticType","enum AnalyticType : Enum ","com.appcues.AnalyticType"]},{"name":"enum LoggingLevel : Enum ","description":"com.appcues.LoggingLevel","location":"appcues/com.appcues/-logging-level/index.html","searchKeys":["LoggingLevel","enum LoggingLevel : Enum ","com.appcues.LoggingLevel"]},{"name":"fun Appcues(context: Context, accountId: String, applicationId: String, config: AppcuesConfig.() -> Unit? = null): Appcues","description":"com.appcues.Appcues","location":"appcues/com.appcues/-appcues.html","searchKeys":["Appcues","fun Appcues(context: Context, accountId: String, applicationId: String, config: AppcuesConfig.() -> Unit? = null): Appcues","com.appcues.Appcues"]},{"name":"fun AppcuesFrame(modifier: Modifier = Modifier, appcues: Appcues, frameId: String)","description":"com.appcues.AppcuesFrame","location":"appcues/com.appcues/-appcues-frame.html","searchKeys":["AppcuesFrame","fun AppcuesFrame(modifier: Modifier = Modifier, appcues: Appcues, frameId: String)","com.appcues.AppcuesFrame"]},{"name":"fun Modifier.appcuesView(tag: String): Modifier","description":"com.appcues.appcuesView","location":"appcues/com.appcues/appcues-view.html","searchKeys":["appcuesView","fun Modifier.appcuesView(tag: String): Modifier","com.appcues.appcuesView"]},{"name":"fun View.isAppcuesView(): Boolean","description":"com.appcues.isAppcuesView","location":"appcues/com.appcues/is-appcues-view.html","searchKeys":["isAppcuesView","fun View.isAppcuesView(): Boolean","com.appcues.isAppcuesView"]},{"name":"fun anonymous()","description":"com.appcues.Appcues.anonymous","location":"appcues/com.appcues/-appcues/anonymous.html","searchKeys":["anonymous","fun anonymous()","com.appcues.Appcues.anonymous"]},{"name":"fun anonymous(properties: Map?)","description":"com.appcues.Appcues.anonymous","location":"appcues/com.appcues/-appcues/anonymous.html","searchKeys":["anonymous","fun anonymous(properties: Map?)","com.appcues.Appcues.anonymous"]},{"name":"fun debug(activity: Activity)","description":"com.appcues.Appcues.debug","location":"appcues/com.appcues/-appcues/debug.html","searchKeys":["debug","fun debug(activity: Activity)","com.appcues.Appcues.debug"]},{"name":"fun group(groupId: String?, properties: Map? = null)","description":"com.appcues.Appcues.group","location":"appcues/com.appcues/-appcues/group.html","searchKeys":["group","fun group(groupId: String?, properties: Map? = null)","com.appcues.Appcues.group"]},{"name":"fun identify(userId: String, properties: Map? = null)","description":"com.appcues.Appcues.identify","location":"appcues/com.appcues/-appcues/identify.html","searchKeys":["identify","fun identify(userId: String, properties: Map? = null)","com.appcues.Appcues.identify"]},{"name":"fun onNewIntent(activity: Activity, intent: Intent?): Boolean","description":"com.appcues.Appcues.onNewIntent","location":"appcues/com.appcues/-appcues/on-new-intent.html","searchKeys":["onNewIntent","fun onNewIntent(activity: Activity, intent: Intent?): Boolean","com.appcues.Appcues.onNewIntent"]},{"name":"fun registerEmbed(frameId: String, frame: AppcuesFrameView)","description":"com.appcues.Appcues.registerEmbed","location":"appcues/com.appcues/-appcues/register-embed.html","searchKeys":["registerEmbed","fun registerEmbed(frameId: String, frame: AppcuesFrameView)","com.appcues.Appcues.registerEmbed"]},{"name":"fun reset()","description":"com.appcues.Appcues.reset","location":"appcues/com.appcues/-appcues/reset.html","searchKeys":["reset","fun reset()","com.appcues.Appcues.reset"]},{"name":"fun screen(title: String, properties: Map? = null)","description":"com.appcues.Appcues.screen","location":"appcues/com.appcues/-appcues/screen.html","searchKeys":["screen","fun screen(title: String, properties: Map? = null)","com.appcues.Appcues.screen"]},{"name":"fun start(context: Context)","description":"com.appcues.AppcuesProviderService.start","location":"appcues/com.appcues/-appcues-provider-service/start.html","searchKeys":["start","fun start(context: Context)","com.appcues.AppcuesProviderService.start"]},{"name":"fun stop()","description":"com.appcues.Appcues.stop","location":"appcues/com.appcues/-appcues/stop.html","searchKeys":["stop","fun stop()","com.appcues.Appcues.stop"]},{"name":"fun stop(context: Context)","description":"com.appcues.AppcuesProviderService.stop","location":"appcues/com.appcues/-appcues-provider-service/stop.html","searchKeys":["stop","fun stop(context: Context)","com.appcues.AppcuesProviderService.stop"]},{"name":"fun track(name: String, properties: Map? = null)","description":"com.appcues.Appcues.track","location":"appcues/com.appcues/-appcues/track.html","searchKeys":["track","fun track(name: String, properties: Map? = null)","com.appcues.Appcues.track"]},{"name":"fun trackScreens()","description":"com.appcues.Appcues.trackScreens","location":"appcues/com.appcues/-appcues/track-screens.html","searchKeys":["trackScreens","fun trackScreens()","com.appcues.Appcues.trackScreens"]},{"name":"fun valueOf(value: String): AnalyticType","description":"com.appcues.AnalyticType.valueOf","location":"appcues/com.appcues/-analytic-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): AnalyticType","com.appcues.AnalyticType.valueOf"]},{"name":"fun valueOf(value: String): LoggingLevel","description":"com.appcues.LoggingLevel.valueOf","location":"appcues/com.appcues/-logging-level/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): LoggingLevel","com.appcues.LoggingLevel.valueOf"]},{"name":"fun values(): Array","description":"com.appcues.AnalyticType.values","location":"appcues/com.appcues/-analytic-type/values.html","searchKeys":["values","fun values(): Array","com.appcues.AnalyticType.values"]},{"name":"fun values(): Array","description":"com.appcues.LoggingLevel.values","location":"appcues/com.appcues/-logging-level/values.html","searchKeys":["values","fun values(): Array","com.appcues.LoggingLevel.values"]},{"name":"interface AnalyticsListener","description":"com.appcues.AnalyticsListener","location":"appcues/com.appcues/-analytics-listener/index.html","searchKeys":["AnalyticsListener","interface AnalyticsListener","com.appcues.AnalyticsListener"]},{"name":"interface AppcuesInterceptor","description":"com.appcues.AppcuesInterceptor","location":"appcues/com.appcues/-appcues-interceptor/index.html","searchKeys":["AppcuesInterceptor","interface AppcuesInterceptor","com.appcues.AppcuesInterceptor"]},{"name":"interface ElementSelector","description":"com.appcues.ElementSelector","location":"appcues/com.appcues/-element-selector/index.html","searchKeys":["ElementSelector","interface ElementSelector","com.appcues.ElementSelector"]},{"name":"interface ElementTargetingStrategy","description":"com.appcues.ElementTargetingStrategy","location":"appcues/com.appcues/-element-targeting-strategy/index.html","searchKeys":["ElementTargetingStrategy","interface ElementTargetingStrategy","com.appcues.ElementTargetingStrategy"]},{"name":"interface ExperienceListener","description":"com.appcues.ExperienceListener","location":"appcues/com.appcues/-experience-listener/index.html","searchKeys":["ExperienceListener","interface ExperienceListener","com.appcues.ExperienceListener"]},{"name":"interface NavigationHandler","description":"com.appcues.NavigationHandler","location":"appcues/com.appcues/-navigation-handler/index.html","searchKeys":["NavigationHandler","interface NavigationHandler","com.appcues.NavigationHandler"]},{"name":"object AppcuesProviderService","description":"com.appcues.AppcuesProviderService","location":"appcues/com.appcues/-appcues-provider-service/index.html","searchKeys":["AppcuesProviderService","object AppcuesProviderService","com.appcues.AppcuesProviderService"]},{"name":"object Companion","description":"com.appcues.Appcues.Companion","location":"appcues/com.appcues/-appcues/-companion/index.html","searchKeys":["Companion","object Companion","com.appcues.Appcues.Companion"]},{"name":"open fun captureScreenshot(): Screenshot?","description":"com.appcues.ElementTargetingStrategy.captureScreenshot","location":"appcues/com.appcues/-element-targeting-strategy/capture-screenshot.html","searchKeys":["captureScreenshot","open fun captureScreenshot(): Screenshot?","com.appcues.ElementTargetingStrategy.captureScreenshot"]},{"name":"suspend fun show(experienceId: String): Boolean","description":"com.appcues.Appcues.show","location":"appcues/com.appcues/-appcues/show.html","searchKeys":["show","suspend fun show(experienceId: String): Boolean","com.appcues.Appcues.show"]},{"name":"val bitmap: Bitmap","description":"com.appcues.Screenshot.bitmap","location":"appcues/com.appcues/-screenshot/bitmap.html","searchKeys":["bitmap","val bitmap: Bitmap","com.appcues.Screenshot.bitmap"]},{"name":"val children: List?","description":"com.appcues.ViewElement.children","location":"appcues/com.appcues/-view-element/children.html","searchKeys":["children","val children: List?","com.appcues.ViewElement.children"]},{"name":"val displayName: String?","description":"com.appcues.ViewElement.displayName","location":"appcues/com.appcues/-view-element/display-name.html","searchKeys":["displayName","val displayName: String?","com.appcues.ViewElement.displayName"]},{"name":"val height: Int","description":"com.appcues.ViewElement.height","location":"appcues/com.appcues/-view-element/height.html","searchKeys":["height","val height: Int","com.appcues.ViewElement.height"]},{"name":"val id: UUID","description":"com.appcues.ViewElement.id","location":"appcues/com.appcues/-view-element/id.html","searchKeys":["id","val id: UUID","com.appcues.ViewElement.id"]},{"name":"val insets: Insets","description":"com.appcues.Screenshot.insets","location":"appcues/com.appcues/-screenshot/insets.html","searchKeys":["insets","val insets: Insets","com.appcues.Screenshot.insets"]},{"name":"val selector: ElementSelector?","description":"com.appcues.ViewElement.selector","location":"appcues/com.appcues/-view-element/selector.html","searchKeys":["selector","val selector: ElementSelector?","com.appcues.ViewElement.selector"]},{"name":"val size: Size","description":"com.appcues.Screenshot.size","location":"appcues/com.appcues/-screenshot/size.html","searchKeys":["size","val size: Size","com.appcues.Screenshot.size"]},{"name":"val type: String","description":"com.appcues.ViewElement.type","location":"appcues/com.appcues/-view-element/type.html","searchKeys":["type","val type: String","com.appcues.ViewElement.type"]},{"name":"val version: String","description":"com.appcues.Appcues.Companion.version","location":"appcues/com.appcues/-appcues/-companion/version.html","searchKeys":["version","val version: String","com.appcues.Appcues.Companion.version"]},{"name":"val version: String","description":"com.appcues.Appcues.version","location":"appcues/com.appcues/-appcues/version.html","searchKeys":["version","val version: String","com.appcues.Appcues.version"]},{"name":"val width: Int","description":"com.appcues.ViewElement.width","location":"appcues/com.appcues/-view-element/width.html","searchKeys":["width","val width: Int","com.appcues.ViewElement.width"]},{"name":"val x: Int","description":"com.appcues.ViewElement.x","location":"appcues/com.appcues/-view-element/x.html","searchKeys":["x","val x: Int","com.appcues.ViewElement.x"]},{"name":"val y: Int","description":"com.appcues.ViewElement.y","location":"appcues/com.appcues/-view-element/y.html","searchKeys":["y","val y: Int","com.appcues.ViewElement.y"]},{"name":"var activityStorageMaxAge: Int?","description":"com.appcues.AppcuesConfig.activityStorageMaxAge","location":"appcues/com.appcues/-appcues-config/activity-storage-max-age.html","searchKeys":["activityStorageMaxAge","var activityStorageMaxAge: Int?","com.appcues.AppcuesConfig.activityStorageMaxAge"]},{"name":"var activityStorageMaxSize: Int","description":"com.appcues.AppcuesConfig.activityStorageMaxSize","location":"appcues/com.appcues/-appcues-config/activity-storage-max-size.html","searchKeys":["activityStorageMaxSize","var activityStorageMaxSize: Int","com.appcues.AppcuesConfig.activityStorageMaxSize"]},{"name":"var additionalAutoProperties: Map","description":"com.appcues.AppcuesConfig.additionalAutoProperties","location":"appcues/com.appcues/-appcues-config/additional-auto-properties.html","searchKeys":["additionalAutoProperties","var additionalAutoProperties: Map","com.appcues.AppcuesConfig.additionalAutoProperties"]},{"name":"var analyticsListener: AnalyticsListener?","description":"com.appcues.Appcues.analyticsListener","location":"appcues/com.appcues/-appcues/analytics-listener.html","searchKeys":["analyticsListener","var analyticsListener: AnalyticsListener?","com.appcues.Appcues.analyticsListener"]},{"name":"var analyticsListener: AnalyticsListener?","description":"com.appcues.AppcuesConfig.analyticsListener","location":"appcues/com.appcues/-appcues-config/analytics-listener.html","searchKeys":["analyticsListener","var analyticsListener: AnalyticsListener?","com.appcues.AppcuesConfig.analyticsListener"]},{"name":"var anonymousIdFactory: () -> String?","description":"com.appcues.AppcuesConfig.anonymousIdFactory","location":"appcues/com.appcues/-appcues-config/anonymous-id-factory.html","searchKeys":["anonymousIdFactory","var anonymousIdFactory: () -> String?","com.appcues.AppcuesConfig.anonymousIdFactory"]},{"name":"var apiBasePath: String?","description":"com.appcues.AppcuesConfig.apiBasePath","location":"appcues/com.appcues/-appcues-config/api-base-path.html","searchKeys":["apiBasePath","var apiBasePath: String?","com.appcues.AppcuesConfig.apiBasePath"]},{"name":"var elementTargeting: ElementTargetingStrategy","description":"com.appcues.Appcues.Companion.elementTargeting","location":"appcues/com.appcues/-appcues/-companion/element-targeting.html","searchKeys":["elementTargeting","var elementTargeting: ElementTargetingStrategy","com.appcues.Appcues.Companion.elementTargeting"]},{"name":"var experienceListener: ExperienceListener?","description":"com.appcues.Appcues.experienceListener","location":"appcues/com.appcues/-appcues/experience-listener.html","searchKeys":["experienceListener","var experienceListener: ExperienceListener?","com.appcues.Appcues.experienceListener"]},{"name":"var experienceListener: ExperienceListener?","description":"com.appcues.AppcuesConfig.experienceListener","location":"appcues/com.appcues/-appcues-config/experience-listener.html","searchKeys":["experienceListener","var experienceListener: ExperienceListener?","com.appcues.AppcuesConfig.experienceListener"]},{"name":"var interceptor: AppcuesInterceptor?","description":"com.appcues.Appcues.interceptor","location":"appcues/com.appcues/-appcues/interceptor.html","searchKeys":["interceptor","var interceptor: AppcuesInterceptor?","com.appcues.Appcues.interceptor"]},{"name":"var interceptor: AppcuesInterceptor?","description":"com.appcues.AppcuesConfig.interceptor","location":"appcues/com.appcues/-appcues-config/interceptor.html","searchKeys":["interceptor","var interceptor: AppcuesInterceptor?","com.appcues.AppcuesConfig.interceptor"]},{"name":"var loggingLevel: LoggingLevel","description":"com.appcues.AppcuesConfig.loggingLevel","location":"appcues/com.appcues/-appcues-config/logging-level.html","searchKeys":["loggingLevel","var loggingLevel: LoggingLevel","com.appcues.AppcuesConfig.loggingLevel"]},{"name":"var navigationHandler: NavigationHandler?","description":"com.appcues.Appcues.navigationHandler","location":"appcues/com.appcues/-appcues/navigation-handler.html","searchKeys":["navigationHandler","var navigationHandler: NavigationHandler?","com.appcues.Appcues.navigationHandler"]},{"name":"var navigationHandler: NavigationHandler?","description":"com.appcues.AppcuesConfig.navigationHandler","location":"appcues/com.appcues/-appcues-config/navigation-handler.html","searchKeys":["navigationHandler","var navigationHandler: NavigationHandler?","com.appcues.AppcuesConfig.navigationHandler"]},{"name":"var sessionTimeout: Int","description":"com.appcues.AppcuesConfig.sessionTimeout","location":"appcues/com.appcues/-appcues-config/session-timeout.html","searchKeys":["sessionTimeout","var sessionTimeout: Int","com.appcues.AppcuesConfig.sessionTimeout"]}]