Click or drag to resize

OSRequestPermission Method

At the moment this function is only used by AudioDriverOpenSL to request permission for RECORD_AUDIO on Android.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool RequestPermission(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.OS.RequestPermission(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.OS.RequestPermission(System.String)"]

See Also