global class PushNotificationPayload { global PushNotificationPayload() { } global static Map apple(String alertBody, String actionLocKey, String locKey, List locArgs, String launchImage, String sound, Integer badgeCount, Map userData) { } global static Map apple(String alert, String sound, Integer badgeCount, Map userData) { } global Object clone() { } }