fastcomments-react-native-sdk
Version:
React Native FastComments Components. Add live commenting to any React Native application.
16 lines (15 loc) • 1.31 kB
JavaScript
export var UserNotificationTranslations;
(function (UserNotificationTranslations) {
UserNotificationTranslations["NOTIFICATION_MARK_UNREAD"] = "NOTIFICATION_MARK_UNREAD";
UserNotificationTranslations["NOTIFICATION_MARK_READ"] = "NOTIFICATION_MARK_READ";
UserNotificationTranslations["NOTIFICATION_OPT_IN_FOR_COMMENT"] = "NOTIFICATION_OPT_IN_FOR_COMMENT";
UserNotificationTranslations["NOTIFICATION_OPT_OUT_FOR_COMMENT"] = "NOTIFICATION_OPT_OUT_FOR_COMMENT";
UserNotificationTranslations["NOTIFICATION_VOTED_MY_COMMENT"] = "NOTIFICATION_VOTED_MY_COMMENT";
UserNotificationTranslations["NOTIFICATION_REPLIED_TO_ME"] = "NOTIFICATION_REPLIED_TO_ME";
UserNotificationTranslations["NOTIFICATION_REPLIED_TRANSIENT_CHILD"] = "NOTIFICATION_REPLIED_TRANSIENT_CHILD";
UserNotificationTranslations["NOTIFICATION_SUBSCRIPTION_REPLY_ROOT"] = "NOTIFICATION_SUBSCRIPTION_REPLY_ROOT";
UserNotificationTranslations["NOTIFICATION_PROFILE_COMMENT"] = "NOTIFICATION_PROFILE_COMMENT";
UserNotificationTranslations["NOTIFICATION_DM"] = "NOTIFICATION_DM";
UserNotificationTranslations["NOTIFICATION_MENTION"] = "NOTIFICATION_MENTION";
UserNotificationTranslations["SUBSCRIBE_TO_THIS_PAGE"] = "SUBSCRIBE_TO_THIS_PAGE";
})(UserNotificationTranslations || (UserNotificationTranslations = {}));