MoreApps

object MoreApps : Base<MoreApps>

Utility to invite the user to install the developer apps.

Functions

Link copied to clipboard
fun showAppListInGooglePlay(activity: Activity)

Directs the user to the developer's app list in Google Play, based on their ID (developerId). If not possible, show a toast with a message.

Properties

Link copied to clipboard
var developerId: String

Developer ID whose list of apps is to be displayed when calling showAppListInGooglePlay.

Link copied to clipboard
var firebaseAnalyticsEnabled: Boolean

Determines if the event log in Firebase Analytics is enabled for the class instance, for the event log, the static property of the companion object firebaseAnalyticsInstance must also be assigned, if that property is null, no events will be logged, since what is required.