klaviyo-android-sdk
1.2.0-beta
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0-beta
1.1.1
1.1.0
1.0.1
1.0.0
androidJvm
core
/
com.klaviyo.core.lifecycle
/
ActivityEvent
Activity
Event
sealed
class
ActivityEvent
Inheritors
Created
Started
Resumed
SaveInstanceState
Paused
Stopped
AllStopped
Members
Types
All
Stopped
Link copied to clipboard
class
AllStopped
:
ActivityEvent
Created
Link copied to clipboard
class
Created
(
activity
:
Activity
,
bundle
:
Bundle
?
)
:
ActivityEvent
Paused
Link copied to clipboard
class
Paused
(
activity
:
Activity
)
:
ActivityEvent
Resumed
Link copied to clipboard
class
Resumed
(
activity
:
Activity
)
:
ActivityEvent
Save
Instance
State
Link copied to clipboard
class
SaveInstanceState
(
activity
:
Activity
,
bundle
:
Bundle
)
:
ActivityEvent
Started
Link copied to clipboard
class
Started
(
activity
:
Activity
)
:
ActivityEvent
Stopped
Link copied to clipboard
class
Stopped
(
activity
:
Activity
)
:
ActivityEvent
Properties
activity
Link copied to clipboard
val
activity
:
Activity
?
=
null
bundle
Link copied to clipboard
val
bundle
:
Bundle
?
=
null
type
Link copied to clipboard
val
type
:
String