Share via


WifiInfo.ApplicableRedactions Property

Definition

Returns a bitmask of all the applicable redactions (based on the permissions held by the receiving app) to be performed on this TransportInfo.

public virtual long ApplicableRedactions { [Android.Runtime.Register("getApplicableRedactions", "()J", "GetGetApplicableRedactionsHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getApplicableRedactions", "()J", "GetGetApplicableRedactionsHandler", ApiSince=31)>]
member this.ApplicableRedactions : int64

Property Value

bitmask of redactions applicable on this instance.

Attributes

Remarks

Returns a bitmask of all the applicable redactions (based on the permissions held by the receiving app) to be performed on this TransportInfo.

Java documentation for android.net.wifi.WifiInfo.getApplicableRedactions().

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