Skip to content

Commit

Permalink
Update cordova-plugin-geofence.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmattix authored Jun 13, 2016
1 parent 7c86ff8 commit f323c53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/cordova-plugin-geofence.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ interface GeofencePlugin {
): Promise<string>;

onTransitionReceived: (geofences: Geofence[]) => void;

onNotificationClicked: (notificationData: Object) => void;
}

interface Geofence {
Expand Down

0 comments on commit f323c53

Please sign in to comment.