We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55a35 commit 9c89fd5Copy full SHA for 9c89fd5
1 file changed
docs/website/src/pages/ReferencePage.tsx
@@ -61,8 +61,8 @@ export default function ReferencePage({ version }: { version:Iversion}) {
61
<div className='paragraph'>
62
<span className="cod paragraph">setSmallIcon</span> == <span className="code yellow-shade">Notification(..., app_icon="...") </span><br/><br/>
63
<span className="cod">setLargeIcon</span> == <span className="code yellow-shade">Notification(..., large_icon_path="...", style=NotificationStyles.LARGE_ICON)</span><br/><br/>
64
- <span className="cod">setBigPicture</span> == <span className="code yellow-shade">Notification(..., body="...", style=NotificationStyles.BIG_PICTURE)</span><br/><br/>
65
- <span className="cod">setBigText</span> == <span className="code yellow-shade">Notification(..., big_picture_path="...", style=NotificationStyles.BIG_TEXT)</span><br/>
+ <span className="cod">setBigPicture</span> == <span className="code yellow-shade">Notification(..., big_picture_path="...",style=NotificationStyles.BIG_PICTURE)</span><br/><br/>
+ <span className="cod">setBigText</span> == <span className="code yellow-shade">Notification(..., body="...", style=NotificationStyles.BIG_TEXT)</span><br/>
66
</div>
67
</section>}
68
{/* Instance Methods Section */}
0 commit comments