Interface IAsyncReadCallback<T>


public interface IAsyncReadCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onResult(T result)
     
    default void
     
    default boolean
     
  • Method Details

    • runOnMainThread

      default boolean runOnMainThread()
    • onResult

      default void onResult(T result)
    • onResultNotFound

      default void onResultNotFound()