toggle menu
nextgenAdSDK
androidJvm
switch theme
search in API
sdk_core
/
com.adition.sdk_core
/
Advertisement
/
State
State
interface
State
:
Parcelable
Inheritors
Loading
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
adException
:
AdException
)
:
Advertisement.State
Loading
Link copied to clipboard
object
Loading
:
Advertisement.State
Success
Link copied to clipboard
data
class
Success
(
val
advertisement
:
Advertisement
)
:
Advertisement.State
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)