Skip to content

Instantly share code, notes, and snippets.

@wuhuangjia
Last active October 8, 2017 09:34
Show Gist options
  • Save wuhuangjia/01e8d13dc74a75970e312c0ca3d15451 to your computer and use it in GitHub Desktop.
Save wuhuangjia/01e8d13dc74a75970e312c0ca3d15451 to your computer and use it in GitHub Desktop.
Medium 文章:Xamarin + Prism + Firebase
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XFFirebase.Interface
{
interface IFireBaseAnalyticsService
{
void LogEvent(string name, Dictionary<string, object> boundle);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment