File tree Expand file tree Collapse file tree
android/src/main/java/com/margelo/nitro/nitronotification Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - name : Setup Node.js
88 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
99 with :
10- node-version-file : .nvmrc
10+ node-version : ' 22 '
1111
1212 - name : Restore dependencies
1313 id : yarn-cache
Original file line number Diff line number Diff line change @@ -25,9 +25,5 @@ class HybridNitroNotification : HybridNitroNotificationSpec() {
2525
2626 override fun setOnTokenRefreshed (callback : ((token: String ) -> Unit )? ) = Unit
2727
28- override fun setOnNotificationReceived (callback : ((notification: NotificationPayload ) -> Unit )? ) = Unit
29-
3028 override fun setOnNotificationTapped (callback : ((response: NotificationResponse ) -> Unit )? ) = Unit
31-
32- override fun setForegroundPresentationOptions (options : ForegroundPresentationOptions ) = Unit
3329}
You can’t perform that action at this time.
0 commit comments