FirebaseAnalyticsReflect

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Event : FirebaseAnalytics.Event
Link copied to clipboard
open class Param : FirebaseAnalytics.Param
Link copied to clipboard
open class UserProperty : FirebaseAnalytics.UserProperty

Functions

Link copied to clipboard
open fun init(appContext: Context)
must be called before any other methods are called.
Link copied to clipboard
open fun logEvent(eventName: String, eventValue: Bundle)
Link copied to clipboard
open fun setDefaultEventParameters(defaultEventParameters: Bundle)
Link copied to clipboard
Link copied to clipboard
open fun setUserId(@Nullable userId: String)
Link copied to clipboard
open fun setUserProperty(@NonNull @Size(min = 1, max = 24) propertyName: String, @Nullable @Size(max = 36) value: String)