YMMYandexMetricaPreloadInfo class

This class contains information for tracking pre-installed apps.

Instance methods

-initWithTrackingIdentifier:

Initializes the instance of the YMMYandexMetricaPreloadInfo class with the specified trackingID.

-setAdditionalInfo:key:

Returns “key-value” additional parameters that are used for tracking pre-installed apps.

-initWithTrackingIdentifier:

Initializes the instance of the YMMYandexMetricaPreloadInfo class with the specified trackingID.

-setAdditionalInfo:key:

Returns “key-value” additional parameters that are used for tracking pre-installed apps.

Method descriptions

-initWithTrackingIdentifier:

- (instancetype)initWithTrackingIdentifier:(NSString *)trackingID

Initializes the instance of the YMMYandexMetricaPreloadInfo class with the specified trackingID.

Parameters:
trackingID Tracking ID for tracking pre-installed apps.
trackingID Tracking ID for tracking pre-installed apps.

Returns:

The instance of the YMMYandexMetricaPreloadInfo class.

-setAdditionalInfo:key:

- (void)setAdditionalInfo:(NSString *)info forKey:(NSString *)key

Returns “key-value” additional parameters that are used for tracking pre-installed apps.

This method may be invoked repeatedly for setting multiple pairs of additional information

Parameters:
info Value of the additional parameter. Can't be nil. Pairs with the nil value are ignored.
key

Key for the additional parameter. Can't be nil. Pairs with the nil key are ignored.

info Value of the additional parameter. Can't be nil. Pairs with the nil value are ignored.
key

Key for the additional parameter. Can't be nil. Pairs with the nil key are ignored.