|
| 1 | +### YamlMime:JavaType |
| 2 | +inheritances: |
| 3 | +- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/> |
| 4 | +- <xref href="DualScreenActivity" data-throw-if-not-resolved="False"/> |
| 5 | +methods: |
| 6 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.finish() |
| 7 | + name: finish() |
| 8 | + nameWithType: AuthenticationActivity.finish() |
| 9 | + summary: <p>Sends the result or a Constants.ERROR_CODE_CANCELED error if a result isn't present. </p> |
| 10 | + syntax: public void finish() |
| 11 | + uid: com.microsoft.aad.adal.AuthenticationActivity.finish() |
| 12 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed() |
| 13 | + name: onBackPressed() |
| 14 | + nameWithType: AuthenticationActivity.onBackPressed() |
| 15 | + syntax: public void onBackPressed() |
| 16 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onBackPressed() |
| 17 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onCreate(final Bundle savedInstanceState) |
| 18 | + name: onCreate(final Bundle savedInstanceState) |
| 19 | + nameWithType: AuthenticationActivity.onCreate(final Bundle savedInstanceState) |
| 20 | + parameters: |
| 21 | + - name: savedInstanceState |
| 22 | + type: <xref href="final+Bundle?alt=final+Bundle&text=final+Bundle" data-throw-if-not-resolved="False"/> |
| 23 | + syntax: protected void onCreate(final Bundle savedInstanceState) |
| 24 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onCreate(final Bundle) |
| 25 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onDestroy() |
| 26 | + name: onDestroy() |
| 27 | + nameWithType: AuthenticationActivity.onDestroy() |
| 28 | + syntax: protected void onDestroy() |
| 29 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onDestroy() |
| 30 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onPause() |
| 31 | + name: onPause() |
| 32 | + nameWithType: AuthenticationActivity.onPause() |
| 33 | + syntax: protected void onPause() |
| 34 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onPause() |
| 35 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestart() |
| 36 | + name: onRestart() |
| 37 | + nameWithType: AuthenticationActivity.onRestart() |
| 38 | + syntax: protected void onRestart() |
| 39 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onRestart() |
| 40 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState(final Bundle savedInstanceState) |
| 41 | + name: onRestoreInstanceState(final Bundle savedInstanceState) |
| 42 | + nameWithType: AuthenticationActivity.onRestoreInstanceState(final Bundle savedInstanceState) |
| 43 | + parameters: |
| 44 | + - name: savedInstanceState |
| 45 | + type: <xref href="final+Bundle?alt=final+Bundle&text=final+Bundle" data-throw-if-not-resolved="False"/> |
| 46 | + syntax: protected void onRestoreInstanceState(final Bundle savedInstanceState) |
| 47 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onRestoreInstanceState(final Bundle) |
| 48 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onResume() |
| 49 | + name: onResume() |
| 50 | + nameWithType: AuthenticationActivity.onResume() |
| 51 | + syntax: protected void onResume() |
| 52 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onResume() |
| 53 | +- fullName: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState(final Bundle outState) |
| 54 | + name: onSaveInstanceState(final Bundle outState) |
| 55 | + nameWithType: AuthenticationActivity.onSaveInstanceState(final Bundle outState) |
| 56 | + parameters: |
| 57 | + - name: outState |
| 58 | + type: <xref href="final+Bundle?alt=final+Bundle&text=final+Bundle" data-throw-if-not-resolved="False"/> |
| 59 | + syntax: protected void onSaveInstanceState(final Bundle outState) |
| 60 | + uid: com.microsoft.aad.adal.AuthenticationActivity.onSaveInstanceState(final Bundle) |
| 61 | +nameWithType: AuthenticationActivity |
| 62 | +syntax: public class AuthenticationActivity |
| 63 | +type: class |
| 64 | +uid: com.microsoft.aad.adal.AuthenticationActivity |
| 65 | +fullName: com.microsoft.aad.adal.AuthenticationActivity |
| 66 | +name: AuthenticationActivity |
| 67 | +package: com.microsoft.aad.adal |
| 68 | +summary: <p>Authentication Activity to launch <xref uid="" data-throw-if-not-resolved="false" data-raw-source="WebView"></xref> for authentication. </p> |
| 69 | +metadata: {} |
0 commit comments