radattribution-sdk-android / com.rakuten.attribution.sdk / RakutenAdvertisingAttribution / sendEvent
fun sendEvent(name: String, eventData: EventData? = null, customData: CustomData = emptyMap(), contentItems: Array<ContentItem> = emptyArray(), callback: ((Result<RAdSendEventData>) -> Unit)? = null): Unit
Sends event to server
name - event’s name. i.e. “ADD_TO_CART”
eventData - meta data associated with event
customData - custom data associated with event
contentItems - content items associated with event
callback - lambda to be called with operation result