inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents / CustomEvent / <init>

<init>

CustomEvent(@NonNull eventName: String)

Logging custom event for client to use. Note: Please don’t use the same attribute’s name more than once because the new attribute will replace the old one.

Exceptions

IllegalArgumentException - if eventName is an empty string or is more than 255 characters.