PushNotificationsSubscriptionServiceSubscribe Method

Scanjour Workflow4 Reference Manual
Subscribes to push notifications for specific user logged on device

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void Subscribe(
	string userName,
	string deviceToken,
	string locale = "en-GB"
)

Parameters

userName
Type: SystemString
Target user-name
deviceToken
Type: SystemString
Target device token
locale (Optional)
Type: SystemString
User-prefered locale

Implements

IPushNotificationsSubscriptionServiceSubscribe(String, String, String)
See Also

Reference