reload Plan
abstract fun reloadPlan(planLink: ExpoFpLinkType? = null, additionalParams: List<URLQueryItem>? = null, locationProvider: IExpoFpLocationProvider? = null, messageListener: IExpoFpPlanMessageListener? = null)
Clear cache and reload the plan.
Parameters
plan Link
Type of the link to load a plan. If null, previous planLink will be applied.
additional Params
Parameters to setup a plan before presenting. If null, previous parameters will be applied.
location Provider
Location provider that will be used. If null, previous location provider will be applied.
message Listener
Listener for receiving messages from the plan. If null, previous listener will be applied.