We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e69440 commit 277dec8Copy full SHA for 277dec8
src/ReactNativePushNotificationIOS.re
@@ -20,6 +20,8 @@ module Notification = {
20
[@bs.send] [@bs.return nullable]
21
external getAlert: t => option(Js.Json.t) = "getAlert";
22
23
+ [@bs.send] external getTitle: t => string = "getTitle";
24
+
25
26
external getMessage: t => option(Js.Json.t) = "getMessage";
27
0 commit comments