| MessageIsPausedTyping Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Models.Message.IsPausedTyping"]
Namespace: Quickblox.Sdk.GeneralDataModel.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsPausedTyping { get; set; }Public Property IsPausedTyping As Boolean
Get
Set
public:
property bool IsPausedTyping {
bool get ();
void set (bool value);
}member IsPausedTyping : bool with get, set
Property Value
Type:
Boolean
See Also