Method OnPostGenerateGradleAndroidProjectExt
OnPostGenerateGradleAndroidProjectExt(string)
Called during build process when extension is enabled. Implement this function to receive a callback after the Android Gradle project is generated and before building begins. Function is not called for Internal builds.
Declaration
protected abstract void OnPostGenerateGradleAndroidProjectExt(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to the root of the Gradle project. Note: When exporting the project, this parameter holds the path to the folder specified for export. |