Conference.Extras Property

Definition

Returns the extras associated with this conference. -or- Replaces all the extras associated with this Conference.

public Android.OS.Bundle? Extras { [Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "", ApiSince=23)] get; [Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)V", "", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "", ApiSince=23)>]
[<set: Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)V", "", ApiSince=23)>]
member this.Extras : Android.OS.Bundle with get, set

Property Value

Bundle

The extras associated with this connection.

Attributes

Remarks

Property getter documentation:

Java documentation for android.telecom.Conference.getExtras().

Property setter documentation:

Java documentation for android.telecom.Conference.setExtras(android.os.Bundle).

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