private void SendMessageToSpecificDevice(DeviceVM device) { try { device.SendMessageAsync(); } catch (Exception ex) { throw; } }
public bool MaketheAPICall(DeviceVM device) { // InitializeService(data); //Send(); // SendMessageToSpecificDevice(RegToken); //SendNotificationToSpecificDevice(device.FCMToken); SendMessageToSpecificDevice(device); // SendFirebaseTopics(); //SendFirebaseTopicNotification(); return(true); }