WifiInfo.MakeCopy(Int64) Method
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.
Create a copy of a WifiInfo
with some fields redacted based on the permissions
held by the receiving app.
[Android.Runtime.Register("makeCopy", "(J)Landroid/net/wifi/WifiInfo;", "GetMakeCopy_JHandler", ApiSince=31)]
public virtual Android.Net.Wifi.WifiInfo MakeCopy (long redactions);
[<Android.Runtime.Register("makeCopy", "(J)Landroid/net/wifi/WifiInfo;", "GetMakeCopy_JHandler", ApiSince=31)>]
abstract member MakeCopy : int64 -> Android.Net.Wifi.WifiInfo
override this.MakeCopy : int64 -> Android.Net.Wifi.WifiInfo
Parameters
- redactions
- Int64
bitmask of redactions that needs to be performed on this instance.
Returns
Copy of this instance with the necessary redactions.
- Attributes
Remarks
Create a copy of a WifiInfo
with some fields redacted based on the permissions held by the receiving app.
Java documentation for android.net.wifi.WifiInfo.makeCopy(long)
.
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.