PushNotificationsSubscriptionServiceGetSubscriptions Method

Scanjour Workflow4 Reference Manual
Gets all user subscriptions (device tokens to send notifications for)

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 string[] GetSubscriptions(
	string userName
)

Parameters

userName
Type: SystemString
User name

Return Value

Type: String
Array of device id tokens where given user subscribed to notifications

Implements

IPushNotificationsSubscriptionServiceGetSubscriptions(String)
See Also

Reference