Class

RFResultListener

Open class that is used to notify success or failure of SDK actions

Declaration

class RFResultListener<T>

Overview

The RFResultListener is used as parameters for various RideFlagProvider methods.

Host app is expected to create their own ResultListener that extends from RFResultListner and override onResult() and onFailure() method. (data type T depends on the method)

Topics

Initializers

Instance Methods