Skip to content

Commit

Permalink
Pull request #94: aboldyrev MM-7089 withoutReg
Browse files Browse the repository at this point in the history
Merge in MML/infobip-mobile-messaging-huawei from aboldyrev-MM-7089-withoutReg to master

Squashed commit of the following:

commit d1a56cfea194b6de104c3c7a4a259401de954744
Author: Alexander Boldyrev <alexander.boldyrev@infobip.com>
Date:   Mon Feb 17 11:28:14 2025 +0300

    - default value for POST_NOTIFICATIONS_REQUEST_ENABLED
  • Loading branch information
alboldy-ib committed Feb 18, 2025
1 parent b47f19d commit 41fb510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public enum MobileMessagingProperty {
MARK_SEEN_ON_NOTIFICATION_TAP("org.infobip.mobile.messaging.infobip.MARK_SEEN_ON_NOTIFICATION_TAP", true),
INTERACTIVE_CATEGORIES("org.infobip.mobile.messaging.infobip.INTERACTIVE_CATEGORIES"),
MODAL_IN_APP_NOTIFICATIONS_ENABLED("org.infobip.mobile.messaging.infobip.MODAL_IN_APP_NOTIFICATIONS_ENABLED", true),
POST_NOTIFICATIONS_REQUEST_ENABLED("org.infobip.mobile.messaging.infobip.POST_NOTIFICATIONS_REQUEST_ENABLED", true),
POST_NOTIFICATIONS_REQUEST_ENABLED("org.infobip.mobile.messaging.infobip.POST_NOTIFICATIONS_REQUEST_ENABLED", false),
FULL_FEATURE_IN_APPS_ENABLED("org.infobip.mobile.messaging.infobip.FULL_FEATURE_IN_APPS_ENABLED", false),
NOTIFICATION_CHANNEL_ID("org.infobip.mobile.messaging.infobip.NOTIFICATION_CHANNEL_ID", null),
NOTIFICATION_CHANNEL_NAME("org.infobip.mobile.messaging.infobip.NOTIFICATION_CHANNEL_NAME", null),
Expand Down

0 comments on commit 41fb510

Please sign in to comment.