PrivMX DOCS
API Reference/PrivMX Endpoint Java/Core

UserStatusChange

Contains information about the change of user status.

Constructors

UserStatusChange

Creates instance of UserStatusChange

Params

action

String

User status change action, which can be "login" or "logout"

timestamp

Long

Timestamp of the change

public void UserStatusChange(
String action,
Long timestamp
)

Fields

action

String User status change action, which can be "login" or "logout".

timestamp

Long Timestamp of the change.

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.

PrivMX Endpoint Java v2.6

This package is not up to date with the core documentation. Some of the features you've seen described in other parts of the documentation might not be mentioned here. Those changes do not influence compatibility, however
UserStatusChange | PrivMX Docs