binder_setSubscription

Establishes e-mail settings for a binder.

Syntax

public void binder_setSubscription( String accessToken, long binderId, Subscription subscription );

Description

The binder_setSubscription operation establishes subscription settings for a workspace or folder. When a user subscribes to a binder, that person receives e-mail notifications.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

binderId

The binder identifier for the workspace or folder whose subscription you want to set.

subscription

A Subscription Java object containing information used to establish e-mail notification settings for the specified binder.

return_value

None.

See Also