MessagePattern.ArgNameNotValid Field
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.
Return value from #validateArgumentName(String)
for when
the string is invalid.
[Android.Runtime.Register("ARG_NAME_NOT_VALID", ApiSince=24)]
public const int ArgNameNotValid = -2;
[<Android.Runtime.Register("ARG_NAME_NOT_VALID", ApiSince=24)>]
val mutable ArgNameNotValid : int
Field Value
Value = -2- Attributes
Remarks
Return value from #validateArgumentName(String)
for when the string is invalid. It might not be a valid "pattern identifier", or it have only ASCII digits but there is a leading zero or the number is too large.
Java documentation for android.icu.text.MessagePattern.ARG_NAME_NOT_VALID
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.