inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents / AppStartEvent

AppStartEvent

class AppStartEvent : BaseEvent

App start logEvent for host app to use. Host app can send this event after every app launch, including first launch, or resume. It is recommended to log this event in host app’s base activity’s onResume().

Constructors

| <init> | App start logEvent for host app to use. Host app can send this event after every app launch, including first launch, or resume. It is recommended to log this event in host app’s base activity’s onResume().AppStartEvent() |