Skip to content

Commit

Permalink
Adding new methods to pluginMethods array
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Dec 11, 2023
1 parent eddc231 commit 109bac8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public class LocalNotificationsPlugin: CAPPlugin, CAPBridgedPlugin {
CAPPluginMethod(name: "schedule", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "requestPermissions", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "checkPermissions", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "checkExactNotificationSetting", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "changeExactNotificationSetting", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "cancel", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "getPending", returnType: CAPPluginReturnPromise),
CAPPluginMethod(name: "registerActionTypes", returnType: CAPPluginReturnPromise),
Expand Down

0 comments on commit 109bac8

Please sign in to comment.