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