Notification.ExtraPeople Field

Definition

#extras key: A String array containing the people that this notification relates to, each of which was supplied to Builder#addPerson(String).

[Android.Runtime.Register("EXTRA_PEOPLE")]
public const string ExtraPeople;
[<Android.Runtime.Register("EXTRA_PEOPLE")>]
val mutable ExtraPeople : string

Field Value

Implements

Attributes

Remarks

#extras key: A String array containing the people that this notification relates to, each of which was supplied to Builder#addPerson(String).

This member is deprecated. the actual objects are now in #EXTRA_PEOPLE_LIST

Java documentation for android.app.Notification.EXTRA_PEOPLE.

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