NtnSignalStrength(NtnSignalStrength) 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.
This constructor is used to create a copy of an existing NtnSignalStrength object.
[Android.Runtime.Register(".ctor", "(Landroid/telephony/satellite/NtnSignalStrength;)V", "", ApiSince=37)]
public NtnSignalStrength(Android.Telephony.Satellite.NtnSignalStrength? source);
[<Android.Runtime.Register(".ctor", "(Landroid/telephony/satellite/NtnSignalStrength;)V", "", ApiSince=37)>]
new Android.Telephony.Satellite.NtnSignalStrength : Android.Telephony.Satellite.NtnSignalStrength -> Android.Telephony.Satellite.NtnSignalStrength
Parameters
- source
- NtnSignalStrength
- Attributes
Remarks
This constructor is used to create a copy of an existing NtnSignalStrength object.
Android reference for android.telephony.satellite.NtnSignalStrength.NtnSignalStrength.
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.