com.microsoft.aad.adal
Interface IWindowComponent


public interface IWindowComponent

Implement this interface to pass fragment. You can also use custom webview with WebviewHelper.


Method Summary
 void startActivityForResult(android.content.Intent intent, int requestCode)
          ADAL will send request in the intent data and request Code.
 

Method Detail

startActivityForResult

void startActivityForResult(android.content.Intent intent,
                            int requestCode)
ADAL will send request in the intent data and request Code. When your fragment, activity or dialog finishes after reaching to redirect, it should call onActivityResult to complete the call.

Parameters:
intent -
requestCode -


Copyright © 2003–2015. All rights reserved.