Skip to content

Commit

Permalink
added the in app banner color customisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed May 10, 2024
1 parent bb0d3ff commit d8e9c0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class KMPushNotificationHandler: Localizable {
case NSNumber(value: APP_STATE_ACTIVE.rawValue):
guard !pushNotificationHelper.isNotificationForActiveThread(notificationData) else { return }

ALUtilityClass.thirdDisplayNotificationTS(message, andForContactId: nil, withGroupId: notificationData.groupId, completionHandler: {
ALUtilityClass.thirdDisplayNotificationTS(message, andForContactId: nil, withGroupId: notificationData.groupId,titleTest: configuration.inAppBannerTextColor, contentTextColor: configuration.inAppBannerContentColor, backgroundColor: configuration.inAppBannerColor, completionHandler: {
_ in
weakSelf.launchIndividualChatWith(notificationData: notificationData)
})
Expand Down

0 comments on commit d8e9c0a

Please sign in to comment.