| SimplePushMessage Constructor |
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SimplePushMessage(
string text
)
Public Sub New (
text As String
)
public:
SimplePushMessage(
String^ text
)
new :
text : string -> SimplePushMessageParameters
- text
- Type: SystemString
[Missing <param name="text"/> documentation for "M:Quickblox.Sdk.Modules.NotificationModule.Models.SimplePushMessage.#ctor(System.String)"]
See Also