SipManager.ExtraOfferSd Field

Definition

Caution

deprecated

Key to retrieve the offered session description from an incoming call intent.

[Android.Runtime.Register("EXTRA_OFFER_SD")]
[System.Obsolete("deprecated")]
public const string ExtraOfferSd;
[<Android.Runtime.Register("EXTRA_OFFER_SD")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraOfferSd : string

Field Value

String
Attributes

Remarks

Java documentation for android.net.sip.SipManager.EXTRA_OFFER_SD.

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

See also

  • <xref:Android.Net.Sip.SipManager.Open(Android.Net.Sip.SipProfile%2c+Android.App.PendingIntent%2c+Android.App.PendingIntent)>