Platform.OnRequestPermissionsResult(Int32, String[], Permission[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pass permission request results from an activity's overridden method to the library for handling internal permission requests.
public static void OnRequestPermissionsResult (int requestCode, string[] permissions, Android.Content.PM.Permission[] grantResults);
Parameters
- requestCode
- System.Int32
The requestCode from the corresponding overridden method in an activity.
- permissions
- System.String[]
The permissions from the corresponding overridden method in an activity.
- grantResults
- Android.Content.PM.Permission[]
The grantResults from the corresponding overridden method in an activity.