toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.ad
/
AmityAdsSettings
Amity
Ads
Settings
data
class
AmityAdsSettings
(
isEnabled
:
Boolean
,
maxActiveAds
:
Int
,
frequency
:
JsonObject
,
updatedAt
:
DateTime
)
:
Parcelable
Members
Constructors
Amity
Ads
Settings
Link copied to clipboard
constructor
(
isEnabled
:
Boolean
,
maxActiveAds
:
Int
,
frequency
:
JsonObject
,
updatedAt
:
DateTime
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Frequency
Link copied to clipboard
fun
getFrequency
(
)
:
AmityFrequencySettings
get
Max
Active
Ads
Link copied to clipboard
fun
getMaxActiveAds
(
)
:
Int
get
Updated
At
Link copied to clipboard
fun
getUpdatedAt
(
)
:
DateTime
is
Enabled
Link copied to clipboard
fun
isEnabled
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)