Skip to content

Commit

Permalink
fix(onesignal): update OSPermissionState interface (#2561)
Browse files Browse the repository at this point in the history
fix(onesignal): update OSPermissionState interface
  • Loading branch information
jonathanferca authored and danielsogl committed Jun 21, 2018
1 parent 392bc5c commit fc088f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/@ionic-native/plugins/onesignal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,13 @@ export interface OSPermissionState {
*/
hasPrompted: boolean;
/**
* Permissions Status
* Permissions Status (iOS Only)
*/
status: any;
/**
* Permissions State (Android Only)
*/
state: any;
}
/**
* OSSubscriptionState
Expand Down

0 comments on commit fc088f8

Please sign in to comment.