Package com.naver.ads.properties
Interface AdvertisingProperties
-
- All Implemented Interfaces:
public interface AdvertisingPropertiesContains information about Advertising properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdvertisingProperties.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgetAdvertiserId()the advertising ID. abstract BooleanisLimitAdTracking()whether the user has limit ad tracking enabled or not. abstract StringgetAppSetId()the app set ID. -
-
Method Detail
-
getAdvertiserId
abstract String getAdvertiserId()
the advertising ID.
-
isLimitAdTracking
abstract Boolean isLimitAdTracking()
whether the user has limit ad tracking enabled or not.
-
getAppSetId
abstract String getAppSetId()
the app set ID.
-
-
-
-