コード例 #1
0
ファイル: Program.cs プロジェクト: yogee88/Climbfind_v4_2011
        private static void TestPushAlerts()
        {
            string alias        = "*****@*****.**";
            string clientTypeID = "iphone-pg";

            //var alrSvc = new AlertsService();
            AlertsService.MobilePush_MessageAlert("jkresner", alias, clientTypeID);
            //AlertsService.MobilePush_CommentAlert(new Guid("be929473-f273-4745-b3b8-b203974cb802"), "Charlene", alias, clientTypeID);
            //AlertsService.MobilePush_PartnerCallAlert(new Guid("1af79f00-cb1a-4a78-b322-50fb5b18127c"), "Planet Granite San Francisco", 10, alias, clientTypeID);
        }