IWindowComponent Interface

public interface IWindowComponent

Implement this interface to pass fragment.

Method Summary

Modifier and Type Method and Description
void startActivityForResult(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.

Method Details

startActivityForResult

public void startActivityForResult(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 - with the request in it
requestCode - for the intent data

Applies to