MixpanelController.AddSuperProperties C# (CSharp) Метод

AddSuperProperties() статический публичный Метод

static public AddSuperProperties ( string propertyName, string propertyValue ) : void
propertyName string
propertyValue string
Результат void
	static public void AddSuperProperties(string propertyName, string propertyValue)
	{
		Mixpanel.SuperProperties.Add(propertyName, propertyValue);
	}