Package com.theoplayer.android.api.ads
Interface UniversalAdId
-
- All Implemented Interfaces:
public interface UniversalAdId
-
-
Method Summary
Modifier and Type Method Description abstract String
getUniversalAdIdRegistry()
The registry associated with cataloging the UniversalAdId of the selected creative for the ad. abstract String
getUniversalAdIdValue()
The Universal Ad identifier of the selected creative for the ad. -
-
Method Detail
-
getUniversalAdIdRegistry
@NonNull() abstract String getUniversalAdIdRegistry()
The registry associated with cataloging the UniversalAdId of the selected creative for the ad.
- Returns the registry value, or "unknown" if unavailable.
-
getUniversalAdIdValue
@NonNull() abstract String getUniversalAdIdValue()
The Universal Ad identifier of the selected creative for the ad.
- Returns the id value or "unknown" if unavailable.
-
-
-
-