react-native-mapp-plugin 1.0.4-beta3 → 1.0.4-beta7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/React-native-plugin.iml +12 -0
- package/.idea/modules.xml +8 -0
- package/{android/.idea → .idea}/vcs.xml +5 -5
- package/.idea/workspace.xml +85 -0
- package/.vscode/settings.json +2 -2
- package/CustomEvent.js +47 -47
- package/Mapp.js +414 -414
- package/MappEventEmitter.js +41 -41
- package/README.md +93 -93
- package/RNMappPlugin.podspec +29 -29
- package/__package.json +37 -37
- package/android/.classpath +6 -6
- package/android/.project +34 -34
- package/android/.settings/org.eclipse.buildship.core.prefs +13 -13
- package/android/build.gradle +75 -75
- package/android/gradle/wrapper/gradle-wrapper.properties +7 -7
- package/android/gradle.properties +15 -15
- package/android/src/main/AndroidManifest.xml +65 -65
- package/android/src/main/java/com/reactlibrary/ActivityListener.java +43 -43
- package/android/src/main/java/com/reactlibrary/Event.java +28 -28
- package/android/src/main/java/com/reactlibrary/EventEmitter.java +153 -153
- package/android/src/main/java/com/reactlibrary/HelperActivity.java +254 -254
- package/android/src/main/java/com/reactlibrary/IntentNotificationEvent.java +54 -54
- package/android/src/main/java/com/reactlibrary/MessageService.java +21 -21
- package/android/src/main/java/com/reactlibrary/MyPushBroadcastReceiver.java +43 -43
- package/android/src/main/java/com/reactlibrary/PushNotificationEvent.java +37 -37
- package/android/src/main/java/com/reactlibrary/RNMappPluginModule.java +601 -601
- package/android/src/main/java/com/reactlibrary/RNMappPluginPackage.java +34 -34
- package/android/src/main/java/com/reactlibrary/RNUtils.java +191 -191
- package/android/src/main/java/com/reactlibrary/RequestPermissionsTask.java +58 -58
- package/android/src/main/res/values/styles.xml +14 -14
- package/index.js +8 -8
- package/ios/Frameworks/AppoxeeInapp.framework/Versions/A/Headers/APXInBoxMessage.h +101 -101
- package/ios/Frameworks/AppoxeeInapp.framework/Versions/A/Headers/AppoxeeInapp.h +153 -153
- package/ios/Frameworks/AppoxeeInapp.framework/Versions/A/Headers/AppoxeeInappSDK.h +9 -9
- package/ios/Frameworks/AppoxeeLocationServices.framework/Versions/A/Headers/AppoxeeLocationManager.h +122 -122
- package/ios/Frameworks/AppoxeeLocationServices.framework/Versions/A/Headers/AppoxeeLocationServices.h +10 -10
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXClientDevice.h +26 -26
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXInterfaceService.h +49 -49
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXPushNotification.h +92 -92
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXPushNotificationAction.h +20 -20
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXPushNotificationActionButton.h +19 -19
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXPushNotificationActionButtonAction.h +34 -34
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/APXRichMessage.h +58 -58
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/Appoxee.h +840 -840
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/AppoxeeManager.h +385 -385
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/A/Headers/AppoxeeSDK.h +12 -12
- package/ios/Frameworks/AppoxeeSDKResources.bundle/app_conf.json +340 -340
- package/ios/RNMappEventEmmiter.h +25 -25
- package/ios/RNMappEventEmmiter.m +221 -221
- package/ios/RNMappPluginModule.h +10 -10
- package/ios/RNMappPluginModule.m +311 -311
- package/iospatch.sh +13 -13
- package/jsdoc.conf.json +14 -14
- package/package.json +49 -36
- package/android/.gradle/5.6.4/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/5.6.4/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/5.6.4/fileChanges/last-build.bin +0 -0
- package/android/.gradle/5.6.4/fileContent/fileContent.lock +0 -0
- package/android/.gradle/5.6.4/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/5.6.4/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/5.6.4/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/5.6.4/gc.properties +0 -0
- package/android/.gradle/5.6.4/javaCompile/classAnalysis.bin +0 -0
- package/android/.gradle/5.6.4/javaCompile/jarAnalysis.bin +0 -0
- package/android/.gradle/5.6.4/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/5.6.4/javaCompile/taskHistory.bin +0 -0
- package/android/.gradle/7.0-rc-1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.0-rc-1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.0-rc-1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.0-rc-1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.0-rc-1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.0-rc-1/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/configuration-cache/gc.properties +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -21
- package/android/.idea/jarRepositories.xml +0 -35
- package/android/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_2_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_2_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_core_core_1_3_1_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_v13_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_legacy_legacy_support_v4_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_1_0.xml +0 -11
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_1_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_media_media_1_0_1_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_fresco_drawee_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fbcore_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_fresco_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_0_8_1_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp_0_8_1_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_facebook_react_react_native_0_20_1_aar.xml +0 -19
- package/android/.idea/libraries/Gradle__com_facebook_stetho_stetho_1_2_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_facebook_stetho_stetho_okhttp_1_2_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_fasterxml_jackson_core_jackson_core_2_2_3.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_17_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_location_16_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_places_placereport_16_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_17_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_auto_value_auto_value_annotations_1_6_5.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_code_gson_gson_2_8_5.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_dagger_dagger_2_24.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_firebase_firebase_common_19_0_0_aar.xml +0 -15
- package/android/.idea/libraries/Gradle__com_google_firebase_firebase_iid_20_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_google_firebase_firebase_iid_interop_17_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml +0 -11
- package/android/.idea/libraries/Gradle__com_google_firebase_firebase_messaging_20_0_0_aar.xml +0 -13
- package/android/.idea/libraries/Gradle__com_mapp_sdk_mapp_android_6_0_17_special7_aar.xml +0 -16
- package/android/.idea/libraries/Gradle__com_nineoldandroids_library_2_4_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_parse_bolts_bolts_android_1_1_4.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_2_5_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_ws_2_5_0.xml +0 -13
- package/android/.idea/libraries/Gradle__com_squareup_okio_okio_1_6_0.xml +0 -13
- package/android/.idea/libraries/Gradle__commons_cli_commons_cli_1_2.xml +0 -13
- package/android/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml +0 -13
- package/android/.idea/libraries/Gradle__org_webkit_android_jsc_r174650_aar.xml +0 -11
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/modules/android.iml +0 -122
- package/android/.idea/modules/app/android.app.iml +0 -26
- package/android/.idea/modules.xml +0 -9
- package/android/build/generated/source/buildConfig/debug/com/reactlibrary/BuildConfig.java +0 -18
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -70
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json +0 -1
- package/android/build/intermediates/aar_main_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
- package/android/build/intermediates/annotations_typedef_file/debug/typedefs.txt +0 -0
- package/android/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -2993
- package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
- package/android/build/intermediates/incremental/debug-mergeNativeLibs/merge-state +0 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +0 -1
- package/android/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml +0 -13
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +0 -11
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/ActivityListener.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/Event.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/EventEmitter.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/HelperActivity$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/HelperActivity$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/HelperActivity$ActivityResult.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/HelperActivity.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/IntentNotificationEvent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/MessageService.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/MyPushBroadcastReceiver.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/PushNotificationEvent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginModule.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNMappPluginPackage.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNUtils$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RNUtils.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RequestPermissionsTask$Callback.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/reactlibrary/RequestPermissionsTask.class +0 -0
- package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +0 -70
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -3
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -134
- package/android/build/intermediates/merged_java_res/debug/out.jar +0 -0
- package/android/build/intermediates/merged_manifests/debug/output.json +0 -1
- package/android/build/intermediates/packaged_res/debug/values/values.xml +0 -13
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -1856
- package/android/build/outputs/aar/android-debug.aar +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -135
- package/android/local.properties +0 -8
- package/ios/Frameworks/AppoxeeInapp.framework/AppoxeeInapp +0 -1
- package/ios/Frameworks/AppoxeeInapp.framework/Headers +0 -1
- package/ios/Frameworks/AppoxeeInapp.framework/Versions/Current +0 -1
- package/ios/Frameworks/AppoxeeLocationServices.framework/AppoxeeLocationServices +0 -1
- package/ios/Frameworks/AppoxeeLocationServices.framework/Headers +0 -1
- package/ios/Frameworks/AppoxeeLocationServices.framework/Versions/Current +0 -1
- package/ios/Frameworks/AppoxeeSDK.framework/AppoxeeSDK +0 -1
- package/ios/Frameworks/AppoxeeSDK.framework/Headers +0 -1
- package/ios/Frameworks/AppoxeeSDK.framework/Versions/Current +0 -1
|
@@ -1,340 +1,340 @@
|
|
|
1
|
-
{
|
|
2
|
-
"app_conf": {
|
|
3
|
-
"id": "262802",
|
|
4
|
-
"mailboxTitle": "",
|
|
5
|
-
"RTL": "0",
|
|
6
|
-
"moreApps": "0",
|
|
7
|
-
"feedback": "0",
|
|
8
|
-
"is_dev": "0",
|
|
9
|
-
"powered": null,
|
|
10
|
-
"inbox": "1",
|
|
11
|
-
"coppa": "0",
|
|
12
|
-
"customInbox": "0",
|
|
13
|
-
"timeout": null,
|
|
14
|
-
"sleep": null,
|
|
15
|
-
"api_link": "eu.dev.appoxee.com",
|
|
16
|
-
"secret": null,
|
|
17
|
-
"key": null,
|
|
18
|
-
"sqs_link": "https://sqs.us-east-1.amazonaws.com/463740239353/prod",
|
|
19
|
-
"has_integration": "1",
|
|
20
|
-
"has_fake_alias": "1",
|
|
21
|
-
"google_pid": "182774534911",
|
|
22
|
-
"display_last": "-1",
|
|
23
|
-
"categories": [
|
|
24
|
-
{
|
|
25
|
-
"buttons": [
|
|
26
|
-
{
|
|
27
|
-
"bgActionMandatory": false,
|
|
28
|
-
"icon": "check_light",
|
|
29
|
-
"id": 22,
|
|
30
|
-
"index": 1,
|
|
31
|
-
"isForeground": true,
|
|
32
|
-
"title": "Yes"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"bgActionMandatory": false,
|
|
36
|
-
"icon": "close_light",
|
|
37
|
-
"id": 23,
|
|
38
|
-
"index": 2,
|
|
39
|
-
"isForeground": false,
|
|
40
|
-
"title": "No"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"categoryId": 14,
|
|
44
|
-
"description": "Yes will open the app, No will dismiss and can set a tag/custom field",
|
|
45
|
-
"isContextMinimal": false,
|
|
46
|
-
"isCustomCategory": false,
|
|
47
|
-
"name": "apx_yes_no_open",
|
|
48
|
-
"title": "Yes or No (Open the app)",
|
|
49
|
-
"type": 0
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"buttons": [
|
|
53
|
-
{
|
|
54
|
-
"bgActionMandatory": false,
|
|
55
|
-
"icon": "check_light",
|
|
56
|
-
"id": 24,
|
|
57
|
-
"index": 1,
|
|
58
|
-
"isForeground": true,
|
|
59
|
-
"title": "Yes"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"bgActionMandatory": false,
|
|
63
|
-
"icon": "close_light",
|
|
64
|
-
"id": 25,
|
|
65
|
-
"index": 2,
|
|
66
|
-
"isForeground": true,
|
|
67
|
-
"title": "No"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"categoryId": 15,
|
|
71
|
-
"description": "Yes will set a tag / custom field and dismiss the notification, No will dismiss the notification (optionally will set tag/custom field)",
|
|
72
|
-
"isContextMinimal": false,
|
|
73
|
-
"isCustomCategory": false,
|
|
74
|
-
"name": "apx_yes_no_dismiss",
|
|
75
|
-
"title": "Yes or No (Dismiss notification)",
|
|
76
|
-
"type": 0
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"buttons": [
|
|
80
|
-
{
|
|
81
|
-
"bgActionMandatory": false,
|
|
82
|
-
"icon": "check_light",
|
|
83
|
-
"id": 26,
|
|
84
|
-
"index": 1,
|
|
85
|
-
"isForeground": true,
|
|
86
|
-
"title": "Accept"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"bgActionMandatory": false,
|
|
90
|
-
"icon": "close_light",
|
|
91
|
-
"id": 27,
|
|
92
|
-
"index": 2,
|
|
93
|
-
"isForeground": false,
|
|
94
|
-
"title": "Decline"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"categoryId": 16,
|
|
98
|
-
"description": "Accept will open the app, Decline will dismiss and can set a tag/custom field",
|
|
99
|
-
"isContextMinimal": false,
|
|
100
|
-
"isCustomCategory": false,
|
|
101
|
-
"name": "apx_acc_dec_open",
|
|
102
|
-
"title": "Accept or Decline (Open the app)",
|
|
103
|
-
"type": 0
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"buttons": [
|
|
107
|
-
{
|
|
108
|
-
"bgActionMandatory": true,
|
|
109
|
-
"icon": "check_light",
|
|
110
|
-
"id": 28,
|
|
111
|
-
"index": 1,
|
|
112
|
-
"isForeground": true,
|
|
113
|
-
"title": "Accept"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"bgActionMandatory": true,
|
|
117
|
-
"icon": "close_light",
|
|
118
|
-
"id": 29,
|
|
119
|
-
"index": 2,
|
|
120
|
-
"isForeground": false,
|
|
121
|
-
"title": "Decline"
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"categoryId": 17,
|
|
125
|
-
"description": "Accept will set a tag / custom field and dismiss the notification, Decline will dismiss the notification (optionally will set tag/custom field)",
|
|
126
|
-
"isContextMinimal": false,
|
|
127
|
-
"isCustomCategory": false,
|
|
128
|
-
"name": "apx_acc_dec_dismiss",
|
|
129
|
-
"title": "Accept or Decline (Dismiss notification)",
|
|
130
|
-
"type": 0
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"buttons": [
|
|
134
|
-
{
|
|
135
|
-
"bgActionMandatory": true,
|
|
136
|
-
"icon": "play_arrow_light",
|
|
137
|
-
"id": 30,
|
|
138
|
-
"index": 1,
|
|
139
|
-
"isForeground": true,
|
|
140
|
-
"title": "Play Now"
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"categoryId": 18,
|
|
144
|
-
"description": "Play Now will open the app",
|
|
145
|
-
"isContextMinimal": false,
|
|
146
|
-
"isCustomCategory": false,
|
|
147
|
-
"name": "apx_play_open",
|
|
148
|
-
"title": "Play now (Open the app)",
|
|
149
|
-
"type": 0
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"buttons": [
|
|
153
|
-
{
|
|
154
|
-
"bgActionMandatory": false,
|
|
155
|
-
"icon": "shoping_cart_add_light",
|
|
156
|
-
"id": 31,
|
|
157
|
-
"index": 1,
|
|
158
|
-
"isForeground": true,
|
|
159
|
-
"title": "Buy Now"
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"categoryId": 19,
|
|
163
|
-
"description": "Buy Now will open the app",
|
|
164
|
-
"isContextMinimal": false,
|
|
165
|
-
"isCustomCategory": false,
|
|
166
|
-
"name": "apx_buy_open",
|
|
167
|
-
"title": "Buy now (Open the app)",
|
|
168
|
-
"type": 0
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"buttons": [
|
|
172
|
-
{
|
|
173
|
-
"bgActionMandatory": false,
|
|
174
|
-
"icon": "shoping_cart_light",
|
|
175
|
-
"id": 32,
|
|
176
|
-
"index": 1,
|
|
177
|
-
"isForeground": true,
|
|
178
|
-
"title": "Shop Now"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"bgActionMandatory": false,
|
|
182
|
-
"icon": "close_light",
|
|
183
|
-
"id": 33,
|
|
184
|
-
"index": 2,
|
|
185
|
-
"isForeground": false,
|
|
186
|
-
"title": "Remind Me Later"
|
|
187
|
-
}
|
|
188
|
-
],
|
|
189
|
-
"categoryId": 20,
|
|
190
|
-
"description": "Shop Now will open the app, Remind Me Later will set a tag/custom field",
|
|
191
|
-
"isContextMinimal": false,
|
|
192
|
-
"isCustomCategory": false,
|
|
193
|
-
"name": "apx_shop_remind_open",
|
|
194
|
-
"title": "Shop now (Open the app) remind later",
|
|
195
|
-
"type": 0
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"buttons": [
|
|
199
|
-
{
|
|
200
|
-
"bgActionMandatory": true,
|
|
201
|
-
"icon": "message_white",
|
|
202
|
-
"id": 34,
|
|
203
|
-
"index": 1,
|
|
204
|
-
"isForeground": false,
|
|
205
|
-
"title": "Follow"
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"categoryId": 21,
|
|
209
|
-
"description": "Follow sets a tag/custom field so the customer can target this user with specific content",
|
|
210
|
-
"isContextMinimal": false,
|
|
211
|
-
"isCustomCategory": false,
|
|
212
|
-
"name": "apx_follow_dismiss",
|
|
213
|
-
"title": "Follow to get more notifications on the subject",
|
|
214
|
-
"type": 0
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"buttons": [
|
|
218
|
-
{
|
|
219
|
-
"bgActionMandatory": true,
|
|
220
|
-
"icon": "snooze_light",
|
|
221
|
-
"id": 35,
|
|
222
|
-
"index": 1,
|
|
223
|
-
"isForeground": false,
|
|
224
|
-
"title": "Remind Me Later"
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"categoryId": 22,
|
|
228
|
-
"description": "Remind Me Later sets a tag/custom field so the customer can target this user again later",
|
|
229
|
-
"isContextMinimal": false,
|
|
230
|
-
"isCustomCategory": false,
|
|
231
|
-
"name": "apx_remind_me_dismiss",
|
|
232
|
-
"title": "Remind me later - for retargeting",
|
|
233
|
-
"type": 0
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"buttons": [
|
|
237
|
-
{
|
|
238
|
-
"bgActionMandatory": false,
|
|
239
|
-
"icon": "local_play_white",
|
|
240
|
-
"id": 36,
|
|
241
|
-
"index": 1,
|
|
242
|
-
"isForeground": true,
|
|
243
|
-
"title": "Redeem"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"bgActionMandatory": false,
|
|
247
|
-
"icon": "close_light",
|
|
248
|
-
"id": 37,
|
|
249
|
-
"index": 2,
|
|
250
|
-
"isForeground": false,
|
|
251
|
-
"title": "No Thanks"
|
|
252
|
-
}
|
|
253
|
-
],
|
|
254
|
-
"categoryId": 23,
|
|
255
|
-
"description": "Redeem will take you into the app on a specific deep link with extra field for coupon",
|
|
256
|
-
"isContextMinimal": false,
|
|
257
|
-
"isCustomCategory": false,
|
|
258
|
-
"name": "apx_redeem_open",
|
|
259
|
-
"title": "Redeem coupon",
|
|
260
|
-
"type": 0
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"buttons": [
|
|
264
|
-
{
|
|
265
|
-
"bgActionMandatory": true,
|
|
266
|
-
"icon": "add_light",
|
|
267
|
-
"id": 38,
|
|
268
|
-
"index": 1,
|
|
269
|
-
"isForeground": true,
|
|
270
|
-
"title": "Read More"
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"categoryId": 24,
|
|
274
|
-
"description": "Read More will take the user into the app on the specific article",
|
|
275
|
-
"isContextMinimal": false,
|
|
276
|
-
"isCustomCategory": false,
|
|
277
|
-
"name": "apx_read_open",
|
|
278
|
-
"title": "Read More",
|
|
279
|
-
"type": 0
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"buttons": [
|
|
283
|
-
{
|
|
284
|
-
"bgActionMandatory": false,
|
|
285
|
-
"icon": "check_light",
|
|
286
|
-
"id": 39,
|
|
287
|
-
"index": 2,
|
|
288
|
-
"isForeground": true,
|
|
289
|
-
"title": "Accept"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"bgActionMandatory": false,
|
|
293
|
-
"icon": "settings_white",
|
|
294
|
-
"id": 40,
|
|
295
|
-
"index": 1,
|
|
296
|
-
"isForeground": true,
|
|
297
|
-
"title": "Notification Settings"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"categoryId": 25,
|
|
301
|
-
"description": "Accept will open tha app and Notification Settings will open the notification settings page",
|
|
302
|
-
"isContextMinimal": false,
|
|
303
|
-
"isCustomCategory": false,
|
|
304
|
-
"name": "apx_accept_notification_setings_open",
|
|
305
|
-
"title": "Notification setting accept",
|
|
306
|
-
"type": 0
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"buttons": [
|
|
310
|
-
{
|
|
311
|
-
"bgActionMandatory": false,
|
|
312
|
-
"icon": "settings_white",
|
|
313
|
-
"id": 42,
|
|
314
|
-
"index": 1,
|
|
315
|
-
"isForeground": true,
|
|
316
|
-
"title": "Notification Settings"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"bgActionMandatory": false,
|
|
320
|
-
"icon": "check_light",
|
|
321
|
-
"id": 41,
|
|
322
|
-
"index": 2,
|
|
323
|
-
"isForeground": true,
|
|
324
|
-
"title": "Yes"
|
|
325
|
-
}
|
|
326
|
-
],
|
|
327
|
-
"categoryId": 26,
|
|
328
|
-
"description": "Yes will open tha app and Notification Settings will open the notification settings page",
|
|
329
|
-
"isContextMinimal": false,
|
|
330
|
-
"isCustomCategory": false,
|
|
331
|
-
"name": "apx_yes_notification_setings_open",
|
|
332
|
-
"title": "Notification settings Yes",
|
|
333
|
-
"type": 0
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"UDIDHashed": "11C0C984D3C323C4D21BA0D3038E45215BEEEE36D5386F7F308AB6FCA7C94471"
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
|
|
1
|
+
{
|
|
2
|
+
"app_conf": {
|
|
3
|
+
"id": "262802",
|
|
4
|
+
"mailboxTitle": "",
|
|
5
|
+
"RTL": "0",
|
|
6
|
+
"moreApps": "0",
|
|
7
|
+
"feedback": "0",
|
|
8
|
+
"is_dev": "0",
|
|
9
|
+
"powered": null,
|
|
10
|
+
"inbox": "1",
|
|
11
|
+
"coppa": "0",
|
|
12
|
+
"customInbox": "0",
|
|
13
|
+
"timeout": null,
|
|
14
|
+
"sleep": null,
|
|
15
|
+
"api_link": "eu.dev.appoxee.com",
|
|
16
|
+
"secret": null,
|
|
17
|
+
"key": null,
|
|
18
|
+
"sqs_link": "https://sqs.us-east-1.amazonaws.com/463740239353/prod",
|
|
19
|
+
"has_integration": "1",
|
|
20
|
+
"has_fake_alias": "1",
|
|
21
|
+
"google_pid": "182774534911",
|
|
22
|
+
"display_last": "-1",
|
|
23
|
+
"categories": [
|
|
24
|
+
{
|
|
25
|
+
"buttons": [
|
|
26
|
+
{
|
|
27
|
+
"bgActionMandatory": false,
|
|
28
|
+
"icon": "check_light",
|
|
29
|
+
"id": 22,
|
|
30
|
+
"index": 1,
|
|
31
|
+
"isForeground": true,
|
|
32
|
+
"title": "Yes"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"bgActionMandatory": false,
|
|
36
|
+
"icon": "close_light",
|
|
37
|
+
"id": 23,
|
|
38
|
+
"index": 2,
|
|
39
|
+
"isForeground": false,
|
|
40
|
+
"title": "No"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"categoryId": 14,
|
|
44
|
+
"description": "Yes will open the app, No will dismiss and can set a tag/custom field",
|
|
45
|
+
"isContextMinimal": false,
|
|
46
|
+
"isCustomCategory": false,
|
|
47
|
+
"name": "apx_yes_no_open",
|
|
48
|
+
"title": "Yes or No (Open the app)",
|
|
49
|
+
"type": 0
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"buttons": [
|
|
53
|
+
{
|
|
54
|
+
"bgActionMandatory": false,
|
|
55
|
+
"icon": "check_light",
|
|
56
|
+
"id": 24,
|
|
57
|
+
"index": 1,
|
|
58
|
+
"isForeground": true,
|
|
59
|
+
"title": "Yes"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"bgActionMandatory": false,
|
|
63
|
+
"icon": "close_light",
|
|
64
|
+
"id": 25,
|
|
65
|
+
"index": 2,
|
|
66
|
+
"isForeground": true,
|
|
67
|
+
"title": "No"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"categoryId": 15,
|
|
71
|
+
"description": "Yes will set a tag / custom field and dismiss the notification, No will dismiss the notification (optionally will set tag/custom field)",
|
|
72
|
+
"isContextMinimal": false,
|
|
73
|
+
"isCustomCategory": false,
|
|
74
|
+
"name": "apx_yes_no_dismiss",
|
|
75
|
+
"title": "Yes or No (Dismiss notification)",
|
|
76
|
+
"type": 0
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"buttons": [
|
|
80
|
+
{
|
|
81
|
+
"bgActionMandatory": false,
|
|
82
|
+
"icon": "check_light",
|
|
83
|
+
"id": 26,
|
|
84
|
+
"index": 1,
|
|
85
|
+
"isForeground": true,
|
|
86
|
+
"title": "Accept"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"bgActionMandatory": false,
|
|
90
|
+
"icon": "close_light",
|
|
91
|
+
"id": 27,
|
|
92
|
+
"index": 2,
|
|
93
|
+
"isForeground": false,
|
|
94
|
+
"title": "Decline"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"categoryId": 16,
|
|
98
|
+
"description": "Accept will open the app, Decline will dismiss and can set a tag/custom field",
|
|
99
|
+
"isContextMinimal": false,
|
|
100
|
+
"isCustomCategory": false,
|
|
101
|
+
"name": "apx_acc_dec_open",
|
|
102
|
+
"title": "Accept or Decline (Open the app)",
|
|
103
|
+
"type": 0
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"buttons": [
|
|
107
|
+
{
|
|
108
|
+
"bgActionMandatory": true,
|
|
109
|
+
"icon": "check_light",
|
|
110
|
+
"id": 28,
|
|
111
|
+
"index": 1,
|
|
112
|
+
"isForeground": true,
|
|
113
|
+
"title": "Accept"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"bgActionMandatory": true,
|
|
117
|
+
"icon": "close_light",
|
|
118
|
+
"id": 29,
|
|
119
|
+
"index": 2,
|
|
120
|
+
"isForeground": false,
|
|
121
|
+
"title": "Decline"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"categoryId": 17,
|
|
125
|
+
"description": "Accept will set a tag / custom field and dismiss the notification, Decline will dismiss the notification (optionally will set tag/custom field)",
|
|
126
|
+
"isContextMinimal": false,
|
|
127
|
+
"isCustomCategory": false,
|
|
128
|
+
"name": "apx_acc_dec_dismiss",
|
|
129
|
+
"title": "Accept or Decline (Dismiss notification)",
|
|
130
|
+
"type": 0
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"buttons": [
|
|
134
|
+
{
|
|
135
|
+
"bgActionMandatory": true,
|
|
136
|
+
"icon": "play_arrow_light",
|
|
137
|
+
"id": 30,
|
|
138
|
+
"index": 1,
|
|
139
|
+
"isForeground": true,
|
|
140
|
+
"title": "Play Now"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"categoryId": 18,
|
|
144
|
+
"description": "Play Now will open the app",
|
|
145
|
+
"isContextMinimal": false,
|
|
146
|
+
"isCustomCategory": false,
|
|
147
|
+
"name": "apx_play_open",
|
|
148
|
+
"title": "Play now (Open the app)",
|
|
149
|
+
"type": 0
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"buttons": [
|
|
153
|
+
{
|
|
154
|
+
"bgActionMandatory": false,
|
|
155
|
+
"icon": "shoping_cart_add_light",
|
|
156
|
+
"id": 31,
|
|
157
|
+
"index": 1,
|
|
158
|
+
"isForeground": true,
|
|
159
|
+
"title": "Buy Now"
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"categoryId": 19,
|
|
163
|
+
"description": "Buy Now will open the app",
|
|
164
|
+
"isContextMinimal": false,
|
|
165
|
+
"isCustomCategory": false,
|
|
166
|
+
"name": "apx_buy_open",
|
|
167
|
+
"title": "Buy now (Open the app)",
|
|
168
|
+
"type": 0
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"buttons": [
|
|
172
|
+
{
|
|
173
|
+
"bgActionMandatory": false,
|
|
174
|
+
"icon": "shoping_cart_light",
|
|
175
|
+
"id": 32,
|
|
176
|
+
"index": 1,
|
|
177
|
+
"isForeground": true,
|
|
178
|
+
"title": "Shop Now"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"bgActionMandatory": false,
|
|
182
|
+
"icon": "close_light",
|
|
183
|
+
"id": 33,
|
|
184
|
+
"index": 2,
|
|
185
|
+
"isForeground": false,
|
|
186
|
+
"title": "Remind Me Later"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"categoryId": 20,
|
|
190
|
+
"description": "Shop Now will open the app, Remind Me Later will set a tag/custom field",
|
|
191
|
+
"isContextMinimal": false,
|
|
192
|
+
"isCustomCategory": false,
|
|
193
|
+
"name": "apx_shop_remind_open",
|
|
194
|
+
"title": "Shop now (Open the app) remind later",
|
|
195
|
+
"type": 0
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"buttons": [
|
|
199
|
+
{
|
|
200
|
+
"bgActionMandatory": true,
|
|
201
|
+
"icon": "message_white",
|
|
202
|
+
"id": 34,
|
|
203
|
+
"index": 1,
|
|
204
|
+
"isForeground": false,
|
|
205
|
+
"title": "Follow"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"categoryId": 21,
|
|
209
|
+
"description": "Follow sets a tag/custom field so the customer can target this user with specific content",
|
|
210
|
+
"isContextMinimal": false,
|
|
211
|
+
"isCustomCategory": false,
|
|
212
|
+
"name": "apx_follow_dismiss",
|
|
213
|
+
"title": "Follow to get more notifications on the subject",
|
|
214
|
+
"type": 0
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"buttons": [
|
|
218
|
+
{
|
|
219
|
+
"bgActionMandatory": true,
|
|
220
|
+
"icon": "snooze_light",
|
|
221
|
+
"id": 35,
|
|
222
|
+
"index": 1,
|
|
223
|
+
"isForeground": false,
|
|
224
|
+
"title": "Remind Me Later"
|
|
225
|
+
}
|
|
226
|
+
],
|
|
227
|
+
"categoryId": 22,
|
|
228
|
+
"description": "Remind Me Later sets a tag/custom field so the customer can target this user again later",
|
|
229
|
+
"isContextMinimal": false,
|
|
230
|
+
"isCustomCategory": false,
|
|
231
|
+
"name": "apx_remind_me_dismiss",
|
|
232
|
+
"title": "Remind me later - for retargeting",
|
|
233
|
+
"type": 0
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"buttons": [
|
|
237
|
+
{
|
|
238
|
+
"bgActionMandatory": false,
|
|
239
|
+
"icon": "local_play_white",
|
|
240
|
+
"id": 36,
|
|
241
|
+
"index": 1,
|
|
242
|
+
"isForeground": true,
|
|
243
|
+
"title": "Redeem"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"bgActionMandatory": false,
|
|
247
|
+
"icon": "close_light",
|
|
248
|
+
"id": 37,
|
|
249
|
+
"index": 2,
|
|
250
|
+
"isForeground": false,
|
|
251
|
+
"title": "No Thanks"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"categoryId": 23,
|
|
255
|
+
"description": "Redeem will take you into the app on a specific deep link with extra field for coupon",
|
|
256
|
+
"isContextMinimal": false,
|
|
257
|
+
"isCustomCategory": false,
|
|
258
|
+
"name": "apx_redeem_open",
|
|
259
|
+
"title": "Redeem coupon",
|
|
260
|
+
"type": 0
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"buttons": [
|
|
264
|
+
{
|
|
265
|
+
"bgActionMandatory": true,
|
|
266
|
+
"icon": "add_light",
|
|
267
|
+
"id": 38,
|
|
268
|
+
"index": 1,
|
|
269
|
+
"isForeground": true,
|
|
270
|
+
"title": "Read More"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"categoryId": 24,
|
|
274
|
+
"description": "Read More will take the user into the app on the specific article",
|
|
275
|
+
"isContextMinimal": false,
|
|
276
|
+
"isCustomCategory": false,
|
|
277
|
+
"name": "apx_read_open",
|
|
278
|
+
"title": "Read More",
|
|
279
|
+
"type": 0
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"buttons": [
|
|
283
|
+
{
|
|
284
|
+
"bgActionMandatory": false,
|
|
285
|
+
"icon": "check_light",
|
|
286
|
+
"id": 39,
|
|
287
|
+
"index": 2,
|
|
288
|
+
"isForeground": true,
|
|
289
|
+
"title": "Accept"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"bgActionMandatory": false,
|
|
293
|
+
"icon": "settings_white",
|
|
294
|
+
"id": 40,
|
|
295
|
+
"index": 1,
|
|
296
|
+
"isForeground": true,
|
|
297
|
+
"title": "Notification Settings"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"categoryId": 25,
|
|
301
|
+
"description": "Accept will open tha app and Notification Settings will open the notification settings page",
|
|
302
|
+
"isContextMinimal": false,
|
|
303
|
+
"isCustomCategory": false,
|
|
304
|
+
"name": "apx_accept_notification_setings_open",
|
|
305
|
+
"title": "Notification setting accept",
|
|
306
|
+
"type": 0
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"buttons": [
|
|
310
|
+
{
|
|
311
|
+
"bgActionMandatory": false,
|
|
312
|
+
"icon": "settings_white",
|
|
313
|
+
"id": 42,
|
|
314
|
+
"index": 1,
|
|
315
|
+
"isForeground": true,
|
|
316
|
+
"title": "Notification Settings"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"bgActionMandatory": false,
|
|
320
|
+
"icon": "check_light",
|
|
321
|
+
"id": 41,
|
|
322
|
+
"index": 2,
|
|
323
|
+
"isForeground": true,
|
|
324
|
+
"title": "Yes"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"categoryId": 26,
|
|
328
|
+
"description": "Yes will open tha app and Notification Settings will open the notification settings page",
|
|
329
|
+
"isContextMinimal": false,
|
|
330
|
+
"isCustomCategory": false,
|
|
331
|
+
"name": "apx_yes_notification_setings_open",
|
|
332
|
+
"title": "Notification settings Yes",
|
|
333
|
+
"type": 0
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"UDIDHashed": "11C0C984D3C323C4D21BA0D3038E45215BEEEE36D5386F7F308AB6FCA7C94471"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
|