Package io.appmetrica.analytics
Class AdvIdentifiersResult.AdvId
java.lang.Object
io.appmetrica.analytics.AdvIdentifiersResult.AdvId
- Enclosing class:
- AdvIdentifiersResult
Object of this class holds information about one specific identifier.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAdvId
(String advId, AdvIdentifiersResult.Details details, String errorExplanation) Constructor for AdvId -
Method Summary
-
Field Details
-
advId
Value of advertising identifier. Can be null if it could not be retrieved. Seedetails
anderrorExplanation
for details. -
details
Information about the request status. States if identifier was retrieved without problems or there were some errors. SeeAdvIdentifiersResult.Details
for details. -
errorExplanation
A string that explains what exactly went wrong while retrieving identifier. It will be null ifdetails
isAdvIdentifiersResult.Details.OK
-
-
Constructor Details
-
AdvId
public AdvId(@Nullable String advId, @NonNull AdvIdentifiersResult.Details details, @Nullable String errorExplanation) Constructor for AdvId- Parameters:
advId
- adv iddetails
- of adv id statuserrorExplanation
- with detailed message of adv id absence reasons
-