Interface CaptionsMenuViewModel


  • public interface CaptionsMenuViewModel
    • Method Detail

      • onItemSelected

        void onItemSelected​(Caption item)
      • isMenuIconVisible

        @NonNull
        androidx.lifecycle.LiveData<java.lang.Boolean> isMenuIconVisible()
      • getCurrentlySelectedItem

        @Nullable
        androidx.lifecycle.LiveData<Caption> getCurrentlySelectedItem()
      • getItemList

        @Nullable
        androidx.lifecycle.LiveData<java.util.List<Caption>> getItemList()
      • setUiLayerVisibility

        void setUiLayerVisibility​(java.lang.Boolean isVisible)
      • isUiLayerVisible

        androidx.lifecycle.LiveData<java.lang.Boolean> isUiLayerVisible()