Ndef.CanMakeReadOnly Method

Definition

Indicates whether a tag can be made read-only with #makeReadOnly().

[Android.Runtime.Register("canMakeReadOnly", "()Z", "")]
public bool CanMakeReadOnly ();
[<Android.Runtime.Register("canMakeReadOnly", "()Z", "")>]
member this.CanMakeReadOnly : unit -> bool

Returns

Boolean

true if it is possible to make this tag read-only

Attributes

Remarks

Java documentation for android.nfc.tech.Ndef.canMakeReadOnly().

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