logShowOnboarding

fun logShowOnboarding(name: String?, screenName: String?, @IntRange(from = 1) screenOrder: Int, callback: ErrorCallback? = null)

Call this method to keep track of the user’s steps while onboarding.

The onboarding stage is a very common situation in modern mobile apps. The quality of its implementation, content, and number of steps can have a rather significant influence on further user behavior, especially on his desire to become a subscriber or simply make some purchases.

In order for you to be able to analyze user behavior at this critical stage without leaving Adapty, we have implemented the ability to send dedicated events every time a user visits yet another onboarding screen.

Should not be called before activate

See also

Parameters

name

Name of your onboarding.

screenName

Readable name of a particular screen as part of onboarding.

screenOrder

An unsigned integer value representing the order of this screen in your onboarding sequence (it must me greater than 0).

callback

A result containing the optional AdaptyError.