ApnSetting.MmsProxyAddressAsString Property

Definition

Returns the MMS proxy address of the APN.

public virtual string? MmsProxyAddressAsString { [Android.Runtime.Register("getMmsProxyAddressAsString", "()Ljava/lang/String;", "GetGetMmsProxyAddressAsStringHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getMmsProxyAddressAsString", "()Ljava/lang/String;", "GetGetMmsProxyAddressAsStringHandler", ApiSince=29)>]
member this.MmsProxyAddressAsString : string

Property Value

MMS proxy address.

Attributes

Remarks

Returns the MMS proxy address of the APN.

Java documentation for android.telephony.data.ApnSetting.getMmsProxyAddressAsString().

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