reportEvent

open fun reportEvent(@NonNull context: Context, @NonNull name: String, @Nullable properties: Map<String, String>)

Reports an event and associated properties to Button

Parameters

context

a ) instance that can be used to access app resources like SharedPreferences. The name of the event. Optional key value pairs to be associated with the event. { }


open fun reportEvent(@NonNull context: Context, @NonNull name: String)

See also

{@link #reportEvent(Context, String, Map)}