Línea 370... |
Línea 370... |
370 |
public static let QUIZ_VIEWER = "QuizViewer"
|
370 |
public static let QUIZ_VIEWER = "QuizViewer"
|
Línea 371... |
Línea 371... |
371 |
|
371 |
|
372 |
public static let NOTIFICATION_COMMAND_OPEN_URL = "open-url"
|
372 |
public static let NOTIFICATION_COMMAND_OPEN_URL = "open-url"
|
Línea -... |
Línea 373... |
- |
|
373 |
public static let NOTIFICATION_COMMAND_REFRESH_CONTENT = "refresh-content"
|
- |
|
374 |
|
- |
|
375 |
|
- |
|
376 |
public static let PREFERENCE_DEVICE_UUID = "device_uuid"
|
- |
|
377 |
public static let PREFERENCE_DEVICE_PASSWORD = "device_password"
|
- |
|
378 |
public static let PREFERENCE_DEVICE_AES = "device_aes"
|
- |
|
379 |
|
- |
|
380 |
public static let PREFERENCE_USER_UUID = "user_uuid"
|
- |
|
381 |
public static let PREFERENCE_USER_EMAIL = "user_email"
|
- |
|
382 |
public static let PREFERENCE_USER_FIRSTNAME = "user_firstname"
|
- |
|
383 |
public static let PREFERENCE_USER_LASTNAME = "user_lastname"
|
- |
|
384 |
public static let PREFERENCE_USER_IMAGE = "user_image"
|
- |
|
385 |
|
- |
|
386 |
public static let PREFERENCE_TOPIC_UUID_ACTIVE = "topic_uuid_active"
|
- |
|
387 |
public static let PREFERENCE_CAPSULE_UUID_ACTIVE = "capsule_uuid_active"
|
- |
|
388 |
public static let PREFERENCE_CAPSULE_UUID_OLD = "capsule_uuid_old"
|
- |
|
389 |
public static let PREFERENCE_SLIDE_UUID_ACTIVE = "slide_uuid_active"
|
- |
|
390 |
public static let PREFERENCE_COMPANY_UUID_ACTIVE = "company_uuid_active"
|
- |
|
391 |
|
- |
|
392 |
public static let PREFERENCE_FCM_TOKEN = "fcm_token"
|
- |
|
393 |
public static let PREFERENCE_LAST_CHECK_CHANGES = "last_check_changes"
|
- |
|
394 |
public static let PREFERENCE_MAX_DATE_CHANGES = "max_date_changes"
|
- |
|
395 |
public static let PREFERENCE_URL_EXTERNAL_DOWNLOADED = "max_external_downloaded"
|
- |
|
396 |
|
- |
|
397 |
public static let PREFERENCE_REFRESH_CONTENT_MESSAGE = "refresh_content_message"
|
- |
|
398 |
public static let PREFERENCE_REFRESH_CONTENT_MESSAGE_SHOW_PENDING = "refresh_content_message_show_pending"
|
- |
|
399 |
public static let PREFERENCE_REFRESH_CONTENT_ACTION_REQUIRED = "refresh_content_action_required"
|
- |
|
400 |
|
- |
|
401 |
public static let PREFERENCE_SIGNOUT_ACTION_REQUIRED = "signout_action_required"
|
Línea 373... |
Línea 402... |
373 |
public static let NOTIFICATION_COMMAND_REFRESH_CONTENT = "refresh-content"
|
402 |
|