Exemplo n.º 1
0
        public static void AddTags(IDictionary <string, string> tags)
        {
            var mapOfTags = PusheAndroidUtils.CreateJavaMapFromDictionary(tags);

            PusheAndroidUtils.Native().CallStatic("addTags", mapOfTags);
        }