toggle menu
richiesdk
androidJvm
switch theme
search in API
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
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
Ad
>
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
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
)