![]() |
Dissonity
Unity SDK for Discord activities
|
Classes | |
| class | BridgeMessage |
| Data sent outside of Unity, through hiRPC. The opposite of InteropMessage . | |
| class | DissonityChannelError |
First error payload received through the dissonity hiRPC channel. | |
| class | DissonityChannelHandshake |
First payload received through the dissonity hiRPC channel. | |
| class | DissonityChannelPayload |
Data received through the dissonity hiRPC channel. | |
| class | FormatPrice |
| class | HiRpcMessage |
| Message sent from the JS layer, not the RPC protocol. | |
| class | HiRpcSubscription |
| class | InteropMessage |
| Data received from outside Unity, through hiRPC. The opposite of BridgeMessage . | |
| class | PatchUrlMappings |
| class | QueryData |
| class | RawMultiEvent |
| This is not a normal RPC event, this event is sent through the hiRPC once the authentication process has finished successfully. | |
| class | RpcMessage |
Enumerations | |
| enum | RpcCloseCode { CloseNormal = 1000 , CloseUnsupported = 1003 , CloseAbnormal = 1006 , InvalidClientid = 4000 , InvalidOrigin = 4001 , Ratelimited = 4002 , TokenRevoked = 4003 , InvalidVersion = 4004 , InvalidEncoding = 4005 } |
| enum | RpcErrorCode { InvalidPayload = 4000 , InvalidCommand = 4002 , InvalidEvent = 4004 , InvalidPermissions = 4006 } |