Skip to content

Commit

Permalink
added customisation for shadow and corner radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetRanjan308 committed May 13, 2024
1 parent d8e9c0a commit 3141927
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,titleTest: configuration.inAppBannerTextColor, contentTextColor: configuration.inAppBannerContentColor, backgroundColor: configuration.inAppBannerColor, completionHandler: {
ALUtilityClass.thirdDisplayNotificationTS(message, andForContactId: nil, withGroupId: notificationData.groupId,titleTest: configuration.inAppBannerTextColor, contentTextColor: configuration.inAppBannerContentColor, backgroundColor: configuration.inAppBannerColor, backgroundShadowColor: configuration.inAppBannerShadowColor,shadowRadius: configuration.inAppBannerShadowRadius, cornerRadius: configuration.inAppBannerRadius, shadowOpacity: configuration.inAppBannerOpacity, completionHandler: {
_ in
weakSelf.launchIndividualChatWith(notificationData: notificationData)
})
Expand Down

0 comments on commit 3141927

Please sign in to comment.