API Reference

com.kinvey.android.callback

Interface KinveyMICCallback<T extends User>

  • All Superinterfaces:
    KinveyUserCallback<T>


    public KinveyMICCallback<T extends User>
    extends KinveyUserCallback<T>

    This Callback implementation provides the onReadyToRender method, which is called when the login page URL is ready to be displayed to the end user.

    • Method Detail

      • onReadyToRender

        void onReadyToRender(java.lang.String myURLToRender)