Share via


PeopleManager.GetStatuses(String) Method

Definition

Returns all of the currently published statuses for a given conversation.

[Android.Runtime.Register("getStatuses", "(Ljava/lang/String;)Ljava/util/List;", "", ApiSince=31)]
public System.Collections.Generic.IList<Android.App.People.ConversationStatus> GetStatuses (string conversationId);
[<Android.Runtime.Register("getStatuses", "(Ljava/lang/String;)Ljava/util/List;", "", ApiSince=31)>]
member this.GetStatuses : string -> System.Collections.Generic.IList<Android.App.People.ConversationStatus>

Parameters

conversationId
String

the ShortcutInfo#getId() id of the shortcut backing the conversation that has one or more active statuses

Returns

Attributes

Remarks

Returns all of the currently published statuses for a given conversation.

Java documentation for android.app.people.PeopleManager.getStatuses(java.lang.String).

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