sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
richieads
/
fi.richie.ads
/
Ad
Ad
class
Ad
:
Parcelable
Description of a persistent ad. Can be used with
configure
. This class has no public methods.
Members
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
Ad
>
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)