| RosterItemPending Property |
Determines whether the user has sent a subscription request and is
awaiting approval or refusal from the contact.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Pending { get; }Public ReadOnly Property Pending As Boolean
Get
public:
property bool Pending {
bool get ();
}member Pending : bool with get
Property Value
Type:
Boolean
See Also