Interface INRequestRideIntentHandling

  • All Known Subinterfaces:
    INRidesharingDomainHandling

    public interface INRequestRideIntentHandling
    Protocol to declare support for handling an INRequestRideIntent. By implementing this protocol, a class can provide logic for resolving, confirming and handling the intent. The minimum requirement for an implementing class is that it should be able to handle the intent. The resolution and confirmation methods are optional. The handling method is always called last, after resolving and confirming the intent.