ParcelablePeerHandle(PeerHandle) Constructor
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.
Construct a parcelable version of PeerHandle
.
[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/aware/PeerHandle;)V", "", ApiSince=29)]
public ParcelablePeerHandle (Android.Net.Wifi.Aware.PeerHandle peerHandle);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/aware/PeerHandle;)V", "", ApiSince=29)>]
new Android.Net.Wifi.Aware.ParcelablePeerHandle : Android.Net.Wifi.Aware.PeerHandle -> Android.Net.Wifi.Aware.ParcelablePeerHandle
Parameters
- peerHandle
- PeerHandle
The PeerHandle
to be made parcelable.
- Attributes
Remarks
Construct a parcelable version of PeerHandle
.
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.