コード例 #1
0
ファイル: PostService.cs プロジェクト: ziadkasmani/sample
 public void SendNotificationsForNewlyAddedUser(string userIdf, string ownNumber)
 {
     NotificationManager mgr = new NotificationManager();
     string result = mgr.AndroidPush(mgr.GetIdsToNotifyForNewUser(userIdf), String.Format(AppConfigManager.NewlyAddesUserMessage, ownNumber));
     // if result is false then log exception
 }