You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName="paragraph">To add image after sending set <spanclassName="code">already_sent</span> in <spanclassName="code">addNotificationStyle</span> method to <spanclassName="code">true</span></p>
56
+
<pclassName="paragraph">To add image after sending
57
+
{isLegacyVersion(version) ?
58
+
<>
59
+
<span> set </span>
60
+
<spanclassName="code">already_sent</span> in <spanclassName="code">addNotificationStyle</span> method to <spanclassName="code">true</span>
61
+
</>
62
+
:
63
+
<>
64
+
<span> use </span>
65
+
<spanclassName="code">setLargeIcon</span> or <spanclassName="code">setBigPicture</span> then <spanclassName="code">.refresh</span>
<p>If you want to get the Exact Notification Clicked to Open App, you can use NotificationHandler to get unique identifer (str) <spanclassName="code">NotificationHandler{version<=1.58?".getIdentifer":'.get_name'}</span></p>
89
+
<p>If you want to get the Exact Notification Clicked to Open App, you can use NotificationHandler to get unique identifer (str) <spanclassName="code">NotificationHandler{isLegacyVersion(version) ? ".getIdentifer" : '.get_name'}</span></p>
73
90
74
91
<p>
75
-
{Boolean(version<=1.58)&&<spanclassName="code warning yellow paragraph block width-max-con">In next version identifer will be changed to `name` and NotificationHandler.getIdentifer to NotificationHandler.get_name</span>}
92
+
{isLegacyVersion(version)&&<spanclassName="code warning yellow paragraph block width-max-con">In next version identifer will be changed to `name` and NotificationHandler.getIdentifer to NotificationHandler.get_name</span>}
0 commit comments