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