Interface MeaGetAssetListener

    • Method Detail

      • onSuccess

        @UiThread
        void onSuccess​(@NonNull
                       MeaMediaContent[] assetMediaContents)
        Called when operation completed successfully.
        Parameters:
        assetMediaContents - The asset MeaMediaContent array.
      • onFailure

        @UiThread
        void onFailure​(@NonNull
                       T2 error)
        Called when operation failed.
        Parameters:
        error - The error or error array.