| Línea 163... |
Línea 163... |
| 163 |
|
163 |
|
| 164 |
static let TABLE_USER_NOTIFICATION:String = "tb_user_notifications"
|
164 |
static let TABLE_USER_NOTIFICATION:String = "tb_user_notifications"
|
| 165 |
static let TABLE_USER_NOTIFICATION_FIELD_ID:String = "id"
|
165 |
static let TABLE_USER_NOTIFICATION_FIELD_ID:String = "id"
|
| 166 |
static let TABLE_USER_NOTIFICATION_FIELD_USER_UUID = "user_uuid"
|
166 |
static let TABLE_USER_NOTIFICATION_FIELD_USER_UUID = "user_uuid"
|
| 167 |
static let TABLE_USER_NOTIFICATION_FIELD_TITLE:String = "title"
|
167 |
static let TABLE_USER_NOTIFICATION_FIELD_TITLE:String = "title"
|
| 168 |
static let TABLE_USER_NOTIFICATION_FIELD_DESCRIPTION:String = "description"
|
168 |
static let TABLE_USER_NOTIFICATION_FIELD_BODY:String = "body"
|
| 169 |
static let TABLE_USER_NOTIFICATION_FIELD_VIEWED:String = "viewed"
|
169 |
static let TABLE_USER_NOTIFICATION_FIELD_VIEWED:String = "viewed"
|
| 170 |
static let TABLE_USER_NOTIFICATION_FIELD_URL:String = "url"
|
170 |
static let TABLE_USER_NOTIFICATION_FIELD_URL:String = "url"
|
| 171 |
static let TABLE_USER_NOTIFICATION_FIELD_ADDED_ON = "added_on"
|
- |
|
| - |
|
171 |
static let TABLE_USER_NOTIFICATION_FIELD_DATE_ON = "date_on"
|
| Línea 172... |
Línea 172... |
| 172 |
|
172 |
static let TABLE_USER_NOTIFICATION_FIELD_TIME_ON = "time_on"
|
| 173 |
|
173 |
|
| 174 |
static let TABLE_COMPANY:String = "tb_companies"
|
174 |
static let TABLE_COMPANY:String = "tb_companies"
|
| 175 |
static let TABLE_COMPANY_FIELD_UUID:String = "uuid"
|
175 |
static let TABLE_COMPANY_FIELD_UUID:String = "uuid"
|
| Línea 341... |
Línea 341... |
| 341 |
|
341 |
|
| 342 |
static let BACKGROUND_TASK_REFRESH = "com.cesams.2getskills.refresh"
|
342 |
static let BACKGROUND_TASK_REFRESH = "com.cesams.2getskills.refresh"
|
| Línea 343... |
Línea 343... |
| 343 |
static let BACKGROUND_TASK_PROCESS = "com.cesams.2getskills.process"
|
343 |
static let BACKGROUND_TASK_PROCESS = "com.cesams.2getskills.process"
|
| 344 |
|
344 |
|
| 345 |
static let NOTIFICATION_TRIGGER_NAME = "2GetSkillsNotification"
|
- |
|
| 346 |
|
- |
|
| 347 |
/*
|
- |
|
| 348 |
|
- |
|
| 349 |
static let NOTIFICATION_NAME_REGISTER_NEW_DEVICE = Notification.Name("com.cesams.2getskill.notification.register.new.device")
|
- |
|
| 350 |
|
- |
|
| 351 |
static let NOTIFICATION_NAME_REGISTER_NEW_FCM_TOKEN = Notification.Name("com.cesams.2getskill.notification.register.new.fcm.token")
|
- |
|
| 352 |
|
- |
|
| 353 |
static let NOTIFICATION_NAME_FCM_MESSAGE_ID = Notification.Name("com.cesams.2getskill.notification.fcm.message")
|
- |
|
| 354 |
|
- |
|
| 355 |
static let NOTIFICATION_NAME_FCM_MESSAGE_COMMAND = Notification.Name("com.cesams.2getskill.notification.notification.fcm.command")
|
345 |
static let NOTIFICATION_TRIGGER_NAME = "2GetSkillsNotification"
|
| Línea 356... |
Línea 346... |
| 356 |
*/
|
346 |
|
| Línea 357... |
Línea -... |
| 357 |
static let NOTIFICATION_NAME_COMMAND_EXIT = Notification.Name("com.cesams.2getskill.notification.command.exit")
|
- |
|
| 358 |
|
- |
|
| Línea 359... |
Línea 347... |
| 359 |
static let NOTIFICATION_NAME_COMMAND_REFRESH_CONTENT = Notification.Name("com.cesams.2getskill.notification.command.refresh.content")
|
347 |
static let NOTIFICATION_NAME_COMMAND_EXIT = Notification.Name("com.cesams.2getskill.notification.command.exit")
|
| 360 |
|
348 |
|
| 361 |
|
349 |
static let NOTIFICATION_NAME_COMMAND_REFRESH_CONTENT = Notification.Name("com.cesams.2getskill.notification.command.refresh.content")
|
| 362 |
|
350 |
|