azure-docs-sdk-java/docs-ref-autogen/com.microsoft.aad.adal.IWin...

28 строки
1.3 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.aad.adal.IWindowComponent.startActivityForResult(Intent intent, int requestCode)
name: startActivityForResult(Intent intent, int requestCode)
nameWithType: IWindowComponent.startActivityForResult(Intent intent, int requestCode)
parameters:
- description: <p>with the request in it </p>
name: intent
type: <xref href="Intent?alt=Intent&text=Intent" data-throw-if-not-resolved="False"/>
- description: <p>for the intent data </p>
name: requestCode
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: >-
<p>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.</p>
<p></p>
syntax: public void startActivityForResult(Intent intent, int requestCode)
uid: com.microsoft.aad.adal.IWindowComponent.startActivityForResult(Intent,int)
nameWithType: IWindowComponent
syntax: public interface IWindowComponent
type: interface
uid: com.microsoft.aad.adal.IWindowComponent
fullName: com.microsoft.aad.adal.IWindowComponent
name: IWindowComponent
package: com.microsoft.aad.adal
summary: <p>Implement this interface to pass fragment. </p>
metadata: {}