Package apple.avkit.protocol
Interface AVRoutePickerViewDelegate
-
public interface AVRoutePickerViewDelegate[@protocol] AVRoutePickerViewDelegate Defines an interface for delegates of AVRoutePickerView.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidroutePickerViewDidEndPresentingRoutes(AVRoutePickerView routePickerView)routePickerViewDidEndPresentingRoutes: Informs the delegate that the route picker view finished presenting routes to the user.default voidroutePickerViewWillBeginPresentingRoutes(AVRoutePickerView routePickerView)routePickerViewWillBeginPresentingRoutes: Informs the delegate that the route picker view will start presenting routes to the user.
-
-
-
Method Detail
-
routePickerViewDidEndPresentingRoutes
default void routePickerViewDidEndPresentingRoutes(AVRoutePickerView routePickerView)
routePickerViewDidEndPresentingRoutes: Informs the delegate that the route picker view finished presenting routes to the user.
-
routePickerViewWillBeginPresentingRoutes
default void routePickerViewWillBeginPresentingRoutes(AVRoutePickerView routePickerView)
routePickerViewWillBeginPresentingRoutes: Informs the delegate that the route picker view will start presenting routes to the user.
-
-