Click or drag to resize
NotificationTypesExtentionsToIntString Method

[Missing <summary> documentation for "M:Quickblox.Sdk.GeneralDataModel.Models.NotificationTypesExtentions.ToIntString(Quickblox.Sdk.GeneralDataModel.Models.NotificationTypes)"]

Namespace: Quickblox.Sdk.GeneralDataModel.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ToIntString(
	this NotificationTypes notificationType
)

Parameters

notificationType
Type: Quickblox.Sdk.GeneralDataModel.ModelsNotificationTypes

[Missing <param name="notificationType"/> documentation for "M:Quickblox.Sdk.GeneralDataModel.Models.NotificationTypesExtentions.ToIntString(Quickblox.Sdk.GeneralDataModel.Models.NotificationTypes)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Quickblox.Sdk.GeneralDataModel.Models.NotificationTypesExtentions.ToIntString(Quickblox.Sdk.GeneralDataModel.Models.NotificationTypes)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NotificationTypes. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also