postActionListener property

PostActionListener? postActionListener

Object to receive post action notifications, such as a charge action at a charging station. Post actions notifications only occurs if a route has been set. Setting null value to the listener will unset the listener. It returns null when no listener is set by an user. Gets the listener to receive post action notifications, such as a charge action at a charging station.

Implementation

PostActionListener? get postActionListener;
void postActionListener=(PostActionListener? value)

Object to receive post action notifications, such as a charge action at a charging station. Post actions notifications only occurs if a route has been set. Setting null value to the listener will unset the listener. It returns null when no listener is set by an user. Sets the listener to receive post action notifications, such as a charge action at a charging station.

Implementation

set postActionListener(PostActionListener? value);