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.<p>Do not rmove the MapSheetFragment until this event fires.</p> -
onCallPermissionRequested
boolean onCallPermissionRequested()Called when the call runtime permission is required.<p>Return true if the permission will be requested and false if it will not (an error dialog will be shown).</p>
-