package com.rnizooto;

public interface iZootoConstants {
     String OPEN_NOTIFICATION="iZooto_Notification_Opened";
     String RECEIVED_NOTIFICATION="iZooto_Notification_Received";
     String LANDING_URL="iZooto_Notification_Landing_URL";
     String RECEIVE_TOKEN="iZooto_Notification_Token";
     String IZ_PLUGIN_NAME = "iZooto";
     String IZ_PLUGIN_VERSION="rv_2.7.0";
     String IZ_PLUGIN_EXCEPTION = "Plugin Exception";
     String IZ_WEB_VIEW_LISTENER ="";
     String IZ_OPEN_LISTENER ="";
     String IZ_RECEIVE_rLISTENER_ ="";
     String IZ_HANDLE_LISTENER ="";
     String IZ_MODULE_NAME = "iZooto";
     String IZ_DRAWABLE = "drawable";
     String IZ_MIPMAP = "mipmap";
     String IZ_INIT_ANDROID = "initAndroid";
     String IZ_HANDLE_NOTIFICATION = "HandleNotification";
     String IZ_RECEIVED_LISTENER = "ReceivedListener";
     String IZ_TOKEN_LISTENER = "TokenReceivedListener";
     String IZ_SEND_EVENT = "sendEvent";
     String IZ_NOTIFICATION_OPENED = "onNotificationOpened";
     String IZ_WEB_VIEW = "onWebView";
     String IZ_TOKEN_RECEIVED = "onTokenReceived";
     String IZ_NOTIFICATION_RECEIVED = "onNotificationReceived";
     String IZ_USER_PROMPT = "promptUser...";
     String IZ_PROMPT_MESSAGE = " API level is lower than 33";
     String IZ_NAVIGATE_SETTING = "NavigateToSetting...";
     String IZ_NOTIFICATION_CHANNEL = "NotificationChannelName";
     String IZ_NOTIFICATION_FEED = "NotificationFeed";
     String iZooto_REACT_CLASS = "iZooto";
     String IZ_ENABLE_PULSE = "enablePulse";
     String IZ_CLOSE_DRAWER = "closeDrawer";
     String IZ_DRAWER_STATE = "isDrawerOpen";
     String IZ_EMAIL = "email";
     String IZ_NAME = "fName";
     String IZ_L_NAME = "lName";
     String ONE_TAP_RESPONSE = "one_Tap_Response";
     String SYNC_ONE_RESPONSE = "syncOneTapResponse";
     String IZ_SYNC_USER_DETAILS = "syncUserDetails";
     String IZ_REQUEST_ONE_TAP_ACTIVITY = "requestOneTapActivity";

}