// Notify swifty via push notificaiton public static void notify(string title, string descriptor) { WebCalls.notifySwifty(title, descriptor); }