Last active
March 10, 2022 15:28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sfmcSDKVersion": "1.0.2", | |
"PUSH": { | |
"initConfig": "MarketingCloudConfig(applicationId=<redacted>, accessToken=<redacted>, senderId=<redacted>, marketingCloudServerUrl=http:\/\/localhost:43683\/, mid=null, analyticsEnabled=true, geofencingEnabled=true, inboxEnabled=true, piAnalyticsEnabled=true, proximityEnabled=true, markMessageReadOnInboxNotificationOpen=true, delayRegistrationUntilContactKeyIsSet=false, useLegacyPiIdentifier=true, notificationCustomizationOptions={notificationBuilder=com.salesforce.marketingcloud.explorer.sdk.SdkInterfaces}, urlHandler=com.salesforce.marketingcloud.explorer.sdk.SdkInterfaces@6b985d4, appPackageName=com.salesforce.marketingcloud.explorer.debug, appVersionName=8.0.5-SNAPSHOT.DEBUG, predictiveIntelligenceServerUrl=https:\/\/app.igodigital.com\/api\/v1\/collect\/process_batch)", | |
"initStatus": "InitializationStatus(status=SUCCESS, unrecoverableException=null, locationsError=false, playServicesStatus=0, playServicesMessage=SUCCESS, encryptionChanged=false, storageError=false, proximityError=false, messagingPermissionError=false, sslProviderEnablementError=false, initializedComponents=[BehaviorManager, LifecycleManager, RequestManager, AlarmScheduler, SyncRoute, ControlChannel, LocationManager, ProximityManager, AnalyticsManager, InboxMessageManager, NotificationManager, RegionMessageManager, PushMessageManager, RegistrationManager, InAppMessageManager, Event], isUsable=true)", | |
"RequestManager": {}, | |
"AlarmScheduler": { | |
"pending_alarms": {} | |
}, | |
"ControlChannel": { | |
"flag": "NONE" | |
}, | |
"LocationManager": { | |
"geofencingEnabled": true, | |
"proximityEnabled": true, | |
"apiCode": 0, | |
"apiMessage": "SUCCESS", | |
"locationRequests": 0, | |
"locationsReceived": 0, | |
"geofenceEvents": 0 | |
}, | |
"ProximityManager": { | |
"proximityEnabled": true, | |
"enteredEvents": 0, | |
"exitedEvents": 0 | |
}, | |
"AnalyticsManager": { | |
"bet_analytics": true, | |
"et_analytics": true, | |
"pi_analytics": true, | |
"device_stats": true | |
}, | |
"InboxMessageManager": { | |
"inbox_messages": "[]" | |
}, | |
"NotificationManager": { | |
"notificationsEnabled": true, | |
"shouldShowNotificationListener": "com.salesforce.marketingcloud.explorer.sdk.SdkInterfaces" | |
}, | |
"RegionMessageManager": { | |
"geofenceMessagingEnabled": false, | |
"proximityMessagingEnabled": false, | |
"geofence_regions": "[]", | |
"geofence_region_messages": "[]", | |
"proximity_regions": "[]", | |
"proximity_region_messages": "[]", | |
"boot_complete_permission": true | |
}, | |
"PushMessageManager": { | |
"pushEnabled": true, | |
"tokenRefreshListeners": [ | |
"com.salesforce.marketingcloud.explorer.sdk.SdkModule$$ExternalSyntheticLambda1" | |
], | |
"debugInfo": { | |
"senderId": "<redacted>", | |
"deviceToken": "<redacted>", | |
"firebaseApps": [ | |
"FirebaseApp{name=[DEFAULT], options=FirebaseOptions{applicationId=1:<redacted>:android:<redacted>, apiKey=<redacted>, databaseUrl=null, gcmSenderId=null, storageBucket=null, projectId=et-public-demo-app}}" | |
], | |
"c2dmReceiver": [ | |
{ | |
"name": "com.google.firebase.iid.FirebaseInstanceIdReceiver", | |
"priority": 0 | |
} | |
], | |
"instanceIdService": [], | |
"messagingService": [ | |
{ | |
"name": "com.salesforce.marketingcloud.messages.push.MCFirebaseMessagingService", | |
"priority": -1 | |
}, | |
{ | |
"name": "com.google.firebase.messaging.FirebaseMessagingService", | |
"priority": -500 | |
} | |
] | |
} | |
}, | |
"RegistrationManager": { | |
"current_registration": { | |
"deviceID": "18324364E1C9D141F1ABC9E8B33FC5938C5DA61B0E52AB8E434CBD202ED9BD93", | |
"device_Token": "<redacted>", | |
"sdk_Version": "8.0.5.0", | |
"app_Version": "8.0.5-SNAPSHOT.DEBUG : 23600000", | |
"dST": false, | |
"location_Enabled": false, | |
"proximity_Enabled": false, | |
"platform_Version": "12", | |
"push_Enabled": true, | |
"timeZone": "-18000", | |
"platform": "Android", | |
"hwid": "Google Pixel 4", | |
"etAppId": "<redacted>", | |
"locale": "en_US", | |
"tags": [ | |
"ALL", | |
"Android", | |
"DEBUG" | |
], | |
"attributes": [] | |
}, | |
"last_sent_timestamp": "2022-03-09T18:10:41.107Z" | |
}, | |
"InAppMessageManager": { | |
"messages": [], | |
"eventListener": "com.salesforce.marketingcloud.explorer.sdk.SdkInterfaces", | |
"subscriberToken": "null", | |
"custom_font_set": false, | |
"status_bar_color": -13615201 | |
}, | |
"Event": { | |
"triggers": [] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment