Package io.appmetrica.analytics
Class PreloadInfo
java.lang.Object
io.appmetrica.analytics.PreloadInfo
Contains information for tracking preloaded apps
Configuration created by
PreloadInfo.Builder-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn the additional parameters for tracking preloaded apps which can't be modified.Return the Tracking Id for tracking preloaded apps.static PreloadInfo.BuildernewBuilder(String trackingId) Creates a new instance ofPreloadInfo.Builder.
-
Method Details
-
newBuilder
Creates a new instance ofPreloadInfo.Builder.- Parameters:
trackingId- - The Tracking Id for tracking preloaded apps.- Returns:
- The builder of
PreloadInfo. - See Also:
-
getTrackingId
Return the Tracking Id for tracking preloaded apps.- Returns:
- the Tracking Id value.
- See Also:
-
getAdditionalParams
Return the additional parameters for tracking preloaded apps which can't be modified.- Returns:
- the unmodifiable
Mapof key-value pairs. - See Also:
-