We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 912f244 + 078eb73 commit 1565e05Copy full SHA for 1565e05
iterableapi/src/main/java/com/iterable/iterableapi/OfflineRequestProcessor.java
@@ -31,7 +31,8 @@ class OfflineRequestProcessor implements RequestProcessor {
31
IterableConstants.ENDPOINT_TRACK_INBOX_SESSION,
32
IterableConstants.ENDPOINT_TRACK_INAPP_DELIVERY,
33
IterableConstants.ENDPOINT_GET_EMBEDDED_MESSAGES,
34
- IterableConstants.ENDPOINT_INAPP_CONSUME));
+ IterableConstants.ENDPOINT_INAPP_CONSUME,
35
+ IterableConstants.ENDPOINT_DISABLE_DEVICE));
36
37
OfflineRequestProcessor(Context context) {
38
IterableNetworkConnectivityManager networkConnectivityManager = IterableNetworkConnectivityManager.sharedInstance(context);
0 commit comments