setIsFirstDiscoveryLaunch

fun setIsFirstDiscoveryLaunch(context: Context?, isFirstLaunch: Boolean)

Sets whether the discovery flow is launched for the first time.

Parameters

context

The Context for accessing SharedPreferences, or null.

isFirstLaunch

True if it is the first launch, false otherwise.