ApnSetting.Builder.Build 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.
Builds ApnSetting from this builder.
[Android.Runtime.Register("build", "()Landroid/telephony/data/ApnSetting;", "GetBuildHandler", ApiSince=28)]
public virtual Android.Telephony.Data.ApnSetting? Build();
[<Android.Runtime.Register("build", "()Landroid/telephony/data/ApnSetting;", "GetBuildHandler", ApiSince=28)>]
abstract member Build : unit -> Android.Telephony.Data.ApnSetting
override this.Build : unit -> Android.Telephony.Data.ApnSetting
Returns
null if #setApnName(String) or #setEntryName(String)
is empty, or #setApnTypeBitmask(int) doesn't contain a valid bit,
ApnSetting built from this builder otherwise.
- Attributes
Remarks
Builds ApnSetting from this builder.
Java documentation for android.telephony.data.ApnSetting.Builder.build().
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.