Interface VideoLoadingResultListener


public interface VideoLoadingResultListener
Interface to receive loading result from `video`.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLoadingFinished(boolean success)
     
  • Method Details

    • onLoadingFinished

      void onLoadingFinished(boolean success)