Package com.arubanetworks.meridian.maps
Interface MapSheetFragment.MapSheetEventListener
- Enclosing class:
- MapSheetFragment
public static interface MapSheetFragment.MapSheetEventListener
A listener for receiving map sheet events from the
MapSheetFragment
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Called when the call runtime permission is required.void
Called when the map sheet is fully loaded.
-
Method Details
-
onSheetLoaded
void onSheetLoaded()Called when the map sheet is fully loaded.Do not rmove the MapSheetFragment until this event fires.
-
onCallPermissionRequested
boolean onCallPermissionRequested()Called when the call runtime permission is required.Return true if the permission will be requested and false if it will not (an error dialog will be shown).
-