다음을 통해 공유


MessagePattern.ArgNameNotValid Field

Definition

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.

Applies to