Permissions.ShouldShowRationale<TPermission> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否應該顯示教育UI,向使用者說明如何在應用程式中使用許可權。
public:
generic <typename TPermission>
where TPermission : Microsoft::Maui::ApplicationModel::Permissions::BasePermissiongcnew() static bool ShouldShowRationale();
public static bool ShouldShowRationale<TPermission> () where TPermission : Microsoft.Maui.ApplicationModel.Permissions.BasePermission, new();
static member ShouldShowRationale : unit -> bool (requires 'Permission :> Microsoft.Maui.ApplicationModel.Permissions.BasePermission and 'Permission : (new : unit -> 'Permission))
Public Shared Function ShouldShowRationale(Of TPermission As {Permissions.BasePermissionNew}) () As Boolean
類型參數
- TPermission
要檢查的許可權類型。
傳回
true
如果使用者過去已拒絕或停用許可權,則為 ,否則 false
為 。
備註
只有在 Android 上使用,其他平臺一律會傳回 false
。