Interface InAppMessaging.JSONObjectHandler

Enclosing class:
InAppMessaging

public static interface InAppMessaging.JSONObjectHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.json.JSONObject jsonObject, Throwable error)
     
  • Method Details

    • handle

      void handle(@Nullable org.json.JSONObject jsonObject, @Nullable Throwable error)