@trycourier/courier-react-native
Version:
Inbox, Push Notifications, and Preferences for React Native
14 lines • 390 B
TypeScript
export declare namespace Events {
namespace Log {
const DEBUG_LOG = "courierDebugEvent";
}
namespace Push {
const CLICKED = "pushNotificationClicked";
const DELIVERED = "pushNotificationDelivered";
}
}
export declare class CourierUtils {
static generateUUID(): string;
static getPackageVersion(): string;
}
//# sourceMappingURL=utils.d.ts.map