Interface PostActionListener


public interface PostActionListener

This interface should be implemented in order to receive post action notifications.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever PostAction's are available.
  • Method Details

    • onPostActions

      void onPostActions(@NonNull List<PostAction> postActions)

      Called whenever PostAction's are available. Note that PostAction's are performed after the arrival at the end of a section.

      Parameters:
      postActions -

      The post actions that should be performed.