createPushUserSession(String, SessionData, User) method

Factory method that creates a new PushUserSession object for a push session.

Syntax

public PushUserSession createPushUserSession ( String pushName , SessionData sessionData , User user )

Parameters

Returns

A new PushUserSession object.

Usage

It is called by the Agentry Server whenever the user-specific steps of a push are being processed by the server. If the PushUserSession class is extended, then this method must be overridden to return the new subclass.