report Event
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. { }
See also
{@link #report Event(Context, String, Map)}