| RosterUpdatedEventArgsItem Property |
The contact that has been added to the user's roster.
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RosterItem Item { get; }Public ReadOnly Property Item As RosterItem
Get
public:
property RosterItem^ Item {
RosterItem^ get ();
}member Item : RosterItem with get
Property Value
Type:
RosterItem
See Also