| NotificationTypesExtentionsToIntString Method |
[Missing <summary> documentation for "M:Quickblox.Sdk.GeneralDataModel.Models.NotificationTypesExtentions.ToIntString(Quickblox.Sdk.GeneralDataModel.Models.NotificationTypes)"]
Namespace: Quickblox.Sdk.GeneralDataModel.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string ToIntString(
this NotificationTypes notificationType
)
<ExtensionAttribute>
Public Shared Function ToIntString (
notificationType As NotificationTypes
) As String
public:
[ExtensionAttribute]
static String^ ToIntString(
NotificationTypes notificationType
)
[<ExtensionAttribute>]
static member ToIntString :
notificationType : NotificationTypes -> string
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