basic-ads
Toggle table of contents
0.2.7-beta03
common
Platform filter
common
Switch theme
Search in API
basic-ads
basic-ads
/
app.lexilabs.basic.ads
/
AdException
Ad
Exception
class
AdException
(
message
:
String
?
=
null
)
:
Exception
Indicates an issue with AdMob.
Parameters
message
Typically a summary of what caused the error
Members
Constructors
Ad
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?