createPushUserSession(String, Server, SessionData, User) method [deprecated]

Deprecated. Use createPushUserSession(String, SessionData, User) (i.e. remove the Server argument). This method is no longer supported; override createPushUserSession(String, SessionData, User) instead.

Syntax

public final FetchSession createPushUserSession ( String name , Server server , SessionData data , User user )

Parameters

Returns

nothing, throws UnsupportedOperationException.

Exceptions

Usage

This method is only here to cause compilation errors in legacy code, and may be removed in a future release.