Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.models.events
/
EventsResponse
Events
Response
androidJvm
@
Serializable
data
class
EventsResponse
(
val
status
:
EventsResponse.Status
,
val
invalidIndexes
:
List
<
Int
>
?
=
null
)
:
SerializableEntity
(
source
)
Members
Constructors
Events
Response
Link copied to clipboard
androidJvm
constructor
(
status
:
EventsResponse.Status
,
invalidIndexes
:
List
<
Int
>
?
=
null
)
Types
Status
Link copied to clipboard
androidJvm
@
Serializable
(
with
=
StatusSerializer::class
)
enum
Status
:
Enum
<
EventsResponse.Status
>
Properties
invalid
Indexes
Link copied to clipboard
androidJvm
val
invalidIndexes
:
List
<
Int
>
?
status
Link copied to clipboard
androidJvm
val
status
:
EventsResponse.Status