{CompanyName} FlexyGo

Offline..::..SendPushMessage Method

Sends a push message to the API.

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool SendPushMessage(
	string token,
	string platform,
	string id,
	string title,
	string text,
	Object jscode,
	bool causesSync,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function SendPushMessage ( _
	token As String, _
	platform As String, _
	id As String, _
	title As String, _
	text As String, _
	jscode As Object, _
	causesSync As Boolean, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

token
Type: String
The app user.
platform
Type: String
The platform of the user.
id
Type: String
The id of the notice.
title
Type: String
The tittle of the message.
text
Type: String
The text of the message.
jscode
Type: Object
The jscode.
causesSync
Type: Boolean
Causes sync of data.
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
InvalidOperationException Error inserting notice users