BackgroundActivityMessage

public final class BackgroundActivityMessage

The session message, containing the session itself, as well as performance information about the device which occurred during the session.

Types

Link copied to clipboard
public final class Builder

Functions

Link copied to clipboard
public AppInfo getAppInfo()
Link copied to clipboard
public BackgroundActivity getBackgroundActivity()
Link copied to clipboard
public Breadcrumbs getBreadcrumbs()
Link copied to clipboard
public DeviceInfo getDeviceInfo()
Link copied to clipboard
public PerformanceInfo getPerformanceInfo()
Link copied to clipboard
public UserInfo getUserInfo()
Link copied to clipboard
public static BackgroundActivityMessage.Builder newBuilder()
public static BackgroundActivityMessage.Builder newBuilder(BackgroundActivityMessage copy)

Properties

Link copied to clipboard
@SerializedName(value = "a")
public final AppInfo appInfo
The app information.
Link copied to clipboard
@SerializedName(value = "s")
public final BackgroundActivity backgroundActivity
The session information.
Link copied to clipboard
@SerializedName(value = "br")
public final Breadcrumbs breadcrumbs
Breadcrumbs which occurred as part of this session.
Link copied to clipboard
@SerializedName(value = "d")
public final DeviceInfo deviceInfo
The device information.
Link copied to clipboard
@SerializedName(value = "p")
public final PerformanceInfo performanceInfo
The device's performance info, such as power, cpu, network.
Link copied to clipboard
@SerializedName(value = "u")
public final UserInfo userInfo
The user information.