create Plan Presenter
fun createPlanPresenter(planLink: ExpoFpLinkType, additionalParams: List<URLQueryItem> = emptyList(), locationProvider: IExpoFpLocationProvider? = globalLocationProvider, messageListener: IExpoFpPlanMessageListener? = null): IExpoFpPlanPresenter
Create a plan presenter.
Return
IExpoFpPlanPresenter to manage the plan.
Parameters
plan Link
type of the link to load a plan.
additional Params
parameters to configure the plan before presenting.
location Provider
location provider to be used (defaults to globalLocationProvider).
message Listener
listener for messages from the plan. Note: the SDK does not retain it.
Throws
if initialize was not called before.