Skip to content

Commit 1565e05

Browse files
authored
Merge pull request #933 from Iterable/MOB-11858-Support-Offline-for-Disable-Push
[MOB - 11858] - Disable push API in offline mode
2 parents 912f244 + 078eb73 commit 1565e05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/OfflineRequestProcessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class OfflineRequestProcessor implements RequestProcessor {
3131
IterableConstants.ENDPOINT_TRACK_INBOX_SESSION,
3232
IterableConstants.ENDPOINT_TRACK_INAPP_DELIVERY,
3333
IterableConstants.ENDPOINT_GET_EMBEDDED_MESSAGES,
34-
IterableConstants.ENDPOINT_INAPP_CONSUME));
34+
IterableConstants.ENDPOINT_INAPP_CONSUME,
35+
IterableConstants.ENDPOINT_DISABLE_DEVICE));
3536

3637
OfflineRequestProcessor(Context context) {
3738
IterableNetworkConnectivityManager networkConnectivityManager = IterableNetworkConnectivityManager.sharedInstance(context);

0 commit comments

Comments
 (0)