コード例 #1
0
 public IYandexMetricaNumberAttribute CustomNumber(string key)
 {
     return(new YandexMetricaNumberAttributeImplementation(YMMProfileAttribute.CustomNumber(key)));
 }
コード例 #2
0
 public IYandexMetricaStringAttribute CustomString(string key)
 {
     return(new YandexMetricaStringAttributeImplementation(YMMProfileAttribute.CustomString(key)));
 }
コード例 #3
0
 public IYandexMetricaBooleanAttribute CustomBoolean(string key)
 {
     return(new YandexMetricaBooleanAttributeImplementation(YMMProfileAttribute.CustomBool(key)));
 }
コード例 #4
0
 public IYandexMetricaNotificationsEnabledAttribute NotificationsEnabled()
 {
     return(new YandexMetricaNotificationsEnabledAttributeImplementation(YMMProfileAttribute.NotificationsEnabled()));
 }
コード例 #5
0
 public IYandexMetricaNameAttribute Name()
 {
     return(new YandexMetricaNameAttributeImplementation(YMMProfileAttribute.Name()));
 }
コード例 #6
0
 public IYandexMetricaGenderAttribute Gender()
 {
     return(new YandexMetricaGenderAttributeImplementation(YMMProfileAttribute.Gender()));
 }
コード例 #7
0
 public IYandexMetricaBirthDateAttribute BirthDate()
 {
     return(new YandexMetricaBirthDateAttributeImplementation(YMMProfileAttribute.BirthDate()));
 }