Interface FetchPropertiesHandler.FetchPropertyCallback

Enclosing class:
FetchPropertiesHandler

public static interface FetchPropertiesHandler.FetchPropertyCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Throwable throwable)
     
    void
    onResult(String propertyJson)
     
  • Method Details

    • onResult

      void onResult(String propertyJson)
    • onError

      void onError(Throwable throwable)