Neolane - JavaScript API - v6.1.0

Unknown
Subscribe
Create or update a recipient subscription to an Information Service
Subscribe (
    String       serviceName,
    XML          recipient,
    Boolean      create
)
Parameters
serviceName
List of Information Service names (comma separated)
recipient
Recipient to register and optionally to create
create
Create recipient if it does not exist
Return values
None.
Examples
var recipient = <recipient _key="email" email="john.smith@example.com"/>
nms.subscription.Subscribe("SVC1", recipient, false)
Features
Schema: nms:subscription
Static: Yes

jsapi-en

previous page start next page