Class: Subscription

Subscription(name)

Describe the Subscription class here.

Constructor

new Subscription(name)

Describe the constructor here.

Parameters:
Name Type Description
name string

The name of the subscription.

Source:
Example
var subscription = new Subscription();

Methods

expire()

Force the subscription to expire.

Source:

Table of contents