public IYandexMetricaNumberAttribute CustomNumber(string key) { return(new YandexMetricaNumberAttributeImplementation(YMMProfileAttribute.CustomNumber(key))); }
public IYandexMetricaStringAttribute CustomString(string key) { return(new YandexMetricaStringAttributeImplementation(YMMProfileAttribute.CustomString(key))); }
public IYandexMetricaBooleanAttribute CustomBoolean(string key) { return(new YandexMetricaBooleanAttributeImplementation(YMMProfileAttribute.CustomBool(key))); }
public IYandexMetricaNotificationsEnabledAttribute NotificationsEnabled() { return(new YandexMetricaNotificationsEnabledAttributeImplementation(YMMProfileAttribute.NotificationsEnabled())); }
public IYandexMetricaNameAttribute Name() { return(new YandexMetricaNameAttributeImplementation(YMMProfileAttribute.Name())); }
public IYandexMetricaGenderAttribute Gender() { return(new YandexMetricaGenderAttributeImplementation(YMMProfileAttribute.Gender())); }
public IYandexMetricaBirthDateAttribute BirthDate() { return(new YandexMetricaBirthDateAttributeImplementation(YMMProfileAttribute.BirthDate())); }