Interface OkHiRequestHandler<T>


public interface OkHiRequestHandler<T>
  • Method Summary

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

    • onResult

      void onResult(T result)
    • onError

      void onError(OkHiException exception)