Skip to content

ProtobufLiteObject

The ProtobufLiteObject class provides access to protobuf payloads passed through message-related callbacks.


Properties

namestring

The name.


Methods

GetFull()any

Retrieves the full decoded protobuf object.

Returned:

  • any - The requested full.

GetFullBinded()any

Retrieves the full decoded protobuf object bound to the current callback state.

Returned:

  • any - The requested full binded.