toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.event
/
ReportingEvent
/
FormResult
Form
Result
open
class
FormResult
:
ReportingEvent
Members
Constructors
Form
Result
Link copied to clipboard
constructor
(
@
NonNull
formData
:
FormData.BaseForm
,
@
NonNull
formInfo
:
FormInfo
,
@
NonNull
attributes
:
Map
<
AttributeName
,
JsonValue
>
)
Properties
attributes
Link copied to clipboard
@
NonNull
@get:
NonNull
val
attributes
:
Map
<
AttributeName
,
JsonValue
>
form
Data
Link copied to clipboard
@
NonNull
@get:
NonNull
val
formData
:
FormData.BaseForm
form
Info
Link copied to clipboard
@
NonNull
@get:
NonNull
val
formInfo
:
FormInfo
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String