Interface RedirectUrlListener


public interface RedirectUrlListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(String url, String contentType)
     
  • Method Details

    • onSuccess

      void onSuccess(String url, String contentType)
    • onFailed

      void onFailed()