Fire press dialog

This commit is contained in:
vjrj 2018-09-16 08:10:56 +02:00
parent 97add52865
commit 29df8c44db
6 changed files with 62 additions and 31 deletions

View file

@ -124,7 +124,7 @@ typedef void OnLocationEditing(YourLocation loc);
typedef void OnLocationEditConfirm(YourLocation loc);
typedef void OnLocationEditCancel(YourLocation loc);
typedef void TapFireNotificationFunction(FireNotification notif);
typedef void OnFirePressedInMap(LatLng latLng, DateTime when);
typedef void OnFirePressedInMap(LatLng latLng, DateTime when, String source);
// typedef void OnReceivedFireNotificationFunction(FireNotification notif);
typedef void DeleteFireNotificationFunction(FireNotification notif);
typedef void DeleteAllFireNotificationFunction();