File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
CTNotificationContent/Templates/ZeroBezel Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,12 @@ import UIKit
9494 if let msg = jsonContent. pt_msg, !msg. isEmpty{
9595 templateSubcaption = msg
9696 }
97+ if let msgSummary = jsonContent. pt_msg_summary, !msgSummary. isEmpty{
98+ templateSubcaption = msgSummary
99+ }
97100 if let deeplink = jsonContent. pt_dl1, !deeplink. isEmpty{
98101 deeplinkURL = deeplink
99102 }
100-
101103 if let bigImage = jsonContent. pt_big_img, !bigImage. isEmpty{
102104 templateBigImage = bigImage
103105 }
Original file line number Diff line number Diff line change @@ -16,5 +16,4 @@ struct ZeroBezelProperties: Decodable {
1616 let pt_dl1 : String ?
1717 let pt_title_clr : String ?
1818 let pt_msg_clr : String ?
19- let pt_small_icon_clr : String ?
2019}
Original file line number Diff line number Diff line change @@ -291,7 +291,6 @@ pt_json | Optional | Above keys in JSON format
291291 pt_dl1 | Required | Deep Link
292292 pt_title_clr | Optional | Title Color in HEX
293293 pt_msg_clr | Optional | Message Color in HEX
294- pt_small_icon_clr | Optional | Small Icon Color in HEX
295294 pt_json | Optional | Above keys in JSON format
296295
297296# Sample App #
You can’t perform that action at this time.
0 commit comments