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

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

Attributes

Remarks

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

Does not cause any RF activity and does not block.

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