AppInteractionDeniedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| AppInteractionDeniedException(IntPtr, JniHandleOwnership) | |
| AppInteractionDeniedException(String, AppInteractionDeniedReason) |
Konstruktor für |
| AppInteractionDeniedException(String, AppInteractionDeniedReason, Bundle) |
Konstruktor für |
AppInteractionDeniedException(IntPtr, JniHandleOwnership)
protected AppInteractionDeniedException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.AppInteractionDeniedException : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.AppInteractionDeniedException
Parameter
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Gilt für:
AppInteractionDeniedException(String, AppInteractionDeniedReason)
Konstruktor für AppInteractionDeniedException.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=37)]
public AppInteractionDeniedException(string? message, Android.App.AppInteractionDeniedReason reason);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;I)V", "", ApiSince=37)>]
new Android.App.AppInteractionDeniedException : string * Android.App.AppInteractionDeniedReason -> Android.App.AppInteractionDeniedException
Parameter
- message
- String
Die Fehlermeldung.
- reason
- AppInteractionDeniedReason
Der Grund für die Interaktion verweigert.
- Attribute
Gilt für:
AppInteractionDeniedException(String, AppInteractionDeniedReason, Bundle)
Konstruktor für AppInteractionDeniedException.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILandroid/os/Bundle;)V", "", ApiSince=37)]
public AppInteractionDeniedException(string? message, Android.App.AppInteractionDeniedReason reason, Android.OS.Bundle extras);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;ILandroid/os/Bundle;)V", "", ApiSince=37)>]
new Android.App.AppInteractionDeniedException : string * Android.App.AppInteractionDeniedReason * Android.OS.Bundle -> Android.App.AppInteractionDeniedException
Parameter
- message
- String
Die Fehlermeldung.
- reason
- AppInteractionDeniedReason
Der Grund für die Interaktion verweigert.
- extras
- Bundle
Zusätzliche Metadaten.
- Attribute