class in Unity.Android.Gradle
/
Inherits from:Unity.Android.Gradle.BaseBlock
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe C# definition of the lintOptions
element in a gradle file.
For more information about the file, see Android's documentation: LintOptions
AbortOnError | The C# definition of the abortOnError property. |
Baseline | The C# definition of the baseLine property. |
Check | The C# definition of the check property. |
CheckAllWarnings | The C# definition of the checkAllWarnings property. |
CheckDependencies | The C# definition of the checkDependencies property. |
CheckGeneratedSources | The C# definition of the checkGeneratedSources property. |
CheckReleaseBuilds | The C# definition of the checkReleaseBuilds property. |
CheckTestSources | The C# definition of the checkTestSources property. |
Disable | The C# definition of the disable property. |
Enable | The C# definition of the enable property. |
Error | The C# definition of the error property. |
ExplainIssues | The C# definition of the explainIssues property. |
Fatal | The C# definition of the fatal property. |
HtmlOutput | The C# definition of the htmlOutput property. |
HtmlReport | The C# definition of the htmlReport property. |
Ignore | The C# definition of the ignore property. |
IgnoreTestSources | The C# definition of the ignoreTestSources property. |
IgnoreWarnings | The C# definition of the ignoreWarnings property. |
Informational | The C# definition of the informational property. |
LintConfig | The C# definition of the lintConfig property. |
NoLines | The C# definition of the noLines property. |
Quiet | The C# definition of the quiet property. |
ShowAll | The C# definition of the showAll property. |
TextOutput | The C# definition of the textOutput property. |
TextReport | The C# definition of the textReport property. |
Warning | The C# definition of the warning property. |
WarningsAsErrors | The C# definition of the warningsAsErrors property. |
XmlOutput | The C# definition of the xmlOutput property. |
XmlReport | The C# definition of the xmlReport property. |
LintOptions | Element constructor. |
AddElement | Adds a new element as a child. |
Clear | Clears the content of this element. |
GetElement | Gets an element by ID. |
GetElements | Gets all custom child elements. |
GetName | Gets the name of the block. In some cases, the name is the signature of the function. |
GetRaw | Gets the raw value of this block. |
GetUniqueName | Gets the unique name of the element. |
RemoveElement | Removes a child element by id. |
SetRaw | Sets a raw string value to this block. |
ToString | Gets a serialized value from this block. |
AddElementDependencies | Adds a list of dependencies by ID to this element. |
AddElementDependency | Adds a dependency to this element. |
GetElementDependenciesIDs | Gets a read-only list of element IDs that this element depends on. |
GetID | Gets the unique ID of this element. |
Remove | Removes this element from the file. |
RemoveAllElementDependencies | Remove all element dependencies. |
RemoveElementDependency | Remove an element dependency. |
RemoveElementDependencyById | Remove an element dependency by ID. |
ResolveConflict | Resolve a conflict if another script has already modified the element. |