PostActionListener (API Reference)
Package com.here.sdk.navigation
Interface PostActionListener
public interface PostActionListener
This interface should be implemented in order to receive post action notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPostActions(List<PostAction> postActions) Called wheneverPostAction's are available.
-
Method Details
-
onPostActions
Called whenever
PostAction's are available. Note thatPostAction's are performed after the arrival at the end of a section.- Parameters:
postActions-The post actions that should be performed.
-