Guest User

Untitled

a guest
Mar 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. {
  2. "initConfig":"MarketingCloudConfig{applicationId=***, accessToken=***, gcmSenderId=***, analyticsEnabled=false, piAnalyticsEnabled=false, geofencingEnabled=false, proximityEnabled=false, cloudPagesEnabled=false, notificationSmallIconResId=0, applicationLabel=null, cloudPageRecipient=null, openDirectRecipient=class com.*.presentation.home.HomeActivity, notificationRecipient=null, notificationBuilder=null, notificationLaunchIntentProvider=null, notificationChannelIdProvider=null, notificationChannelName=general}",
  3. "initStatus":"InitializationStatus{status=SUCCESS, unrecoverableException=null, locationsError=false, locationPlayServicesStatus=-1, locationsMessage=null, encryptionChanged=false, storageError=false, proximityError=false, messagingPermissionError=false, initializedComponents=[BehaviorManager, LifecycleManager, RequestManager, AlarmScheduler, LocationManager, ProximityManager, NotificationManager, RegistrationManager, AnalyticsManager, CloudPageMessageManager, PushMessageManager, RegionMessageManager]}",
  4. "LifecycleManager":{
  5. "inForeground":false
  6. },
  7. "RequestManager":{
  8.  
  9. },
  10. "AlarmScheduler":{
  11. "pending_alarms":[
  12. {
  13. "REGISTRATION":false
  14. },
  15. {
  16. "PI_ANALYTICS":false
  17. },
  18. {
  19. "ET_ANALYTICS":false
  20. },
  21. {
  22. "FETCH_BEACON_MESSAGES":false
  23. },
  24. {
  25. "FETCH_FENCE_MESSAGES":false
  26. },
  27. {
  28. "FETCH_BEACON_MESSAGES_DAILY":false
  29. },
  30. {
  31. "FETCH_FENCE_MESSAGES_DAILY":false
  32. },
  33. {
  34. "FETCH_CLOUDPAGE_MESSAGES":false
  35. },
  36. {
  37. "GCM_REGISTRATION":false
  38. },
  39. {
  40. "UPDATE_ET":false
  41. },
  42. {
  43. "UPDATE_INBOX_MESSAGE_STATUS":false
  44. }
  45. ],
  46. "alarm_listeners":[
  47. "FETCH_FENCE_MESSAGES:com.salesforce.marketingcloud.messages.RegionMessageManager@1f707194",
  48. "FETCH_BEACON_MESSAGES:com.salesforce.marketingcloud.messages.RegionMessageManager@1f707194",
  49. "FETCH_FENCE_MESSAGES_DAILY:com.salesforce.marketingcloud.messages.RegionMessageManager@1f707194",
  50. "UPDATE_ET:com.salesforce.marketingcloud.registration.RegistrationManager@1b473cf7",
  51. "FETCH_BEACON_MESSAGES_DAILY:com.salesforce.marketingcloud.messages.RegionMessageManager@1f707194",
  52. "REGISTRATION:com.salesforce.marketingcloud.registration.RegistrationManager@1b473cf7"
  53. ]
  54. },
  55. "LocationManager":{
  56. "geofencingEnabled":false,
  57. "proximityEnabled":false,
  58. "serviceAvailable":true
  59. },
  60. "ProximityManager":{
  61. "proximityEnabled":false
  62. },
  63. "NotificationManager":{
  64. "notificationsEnabled":true
  65. },
  66. "RegistrationManager":{
  67. "current_registration":{
  68. "deviceID":"**",
  69. "sdk_Version":"5.3.2",
  70. "app_Version":"1.1.3 : 10",
  71. "dST":true,
  72. "location_Enabled":false,
  73. "platform_Version":"5.1.1",
  74. "push_Enabled":true,
  75. "timeZone":-9000,
  76. "platform":"Android",
  77. "hwid":"samsung SAMSUNG-SM-G900A",
  78. "etAppId":"**",
  79. "locale":"en_US",
  80. "tags":[
  81. "ALL",
  82. "Android",
  83. "DEBUG"
  84. ],
  85. "attributes":[
  86.  
  87. ]
  88. }
  89. },
  90. "AnalyticsManager":{
  91. "analytics_listeners":""
  92. },
  93. "CloudPageMessageManager":{
  94. "cloud_pages_enabled":false
  95. },
  96. "PushMessageManager":{
  97. "pushEnabled":true,
  98. "debugInfo":{
  99. "senderId":"***",
  100. "deviceToken":null,
  101. "receiver":[
  102. {
  103. "name":"com.google.firebase.iid.FirebaseInstanceIdReceiver",
  104. "priority":0
  105. },
  106. {
  107. "name":"com.google.android.gms.gcm.GcmReceiver",
  108. "priority":-999
  109. }
  110. ],
  111. "service":[
  112. {
  113. "name":"com.salesforce.marketingcloud.messages.push.MCGcmListenerService",
  114. "priority":-999
  115. }
  116. ],
  117. "instanceId":[
  118. {
  119. "name":"com.salesforce.marketingcloud.messages.push.MCInstanceIdListenerService",
  120. "priority":-999
  121. }
  122. ]
  123. }
  124. },
  125. "RegionMessageManager":{
  126. "geofenceMessagingEnabled":false,
  127. "proximityMessagingEnabled":false,
  128. "geofence_regions":"[]",
  129. "proximity_regions":"[]"
  130. }
  131. }
Add Comment
Please, Sign In to add comment