public class PushMessage
extends java.lang.Object
Push messages are asynchronous notifications sent by the server. See PushMessageTypes for
known message types.
| Constructor and Description |
|---|
PushMessage(java.util.List<java.lang.Object> content) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getContent() |
byte[] |
getType()
Get the raw type as byte array.
|
public byte[] getType()
This method returns the type without decoding, making it efficient for byte-level comparisons
using Arrays.equals(byte[], byte[]).
public java.util.List<java.lang.Object> getContent()
Copyright © 2026. All rights reserved.