Extended Protocols
The following games have additional methods in the subscription protocol:
This remainder of this page describes the methods that are not specific to any game.
Methods
(1) CreateMySubscriptionData
Request
Type | Description |
---|---|
Uint32 | Unknown |
SubscriptionData | Param |
Bool | Unknown |
Response
This method does not return anything.
(2) UpdateMySubscriptionData
Request
Type | Description |
---|---|
SubscriptionData | Param |
Response
This method does not return anything.
(3) ClearMySubscriptionData
This method does not take any parameters and does not return anything.
(4) AddTarget
Request
Response
This method does not return anything.
(5) DeleteTarget
Request
Response
This method does not return anything.
(6) ClearTarget
This method does not take any parameters and does not return anything.
(7) GetFriendSubscriptionData
Request
This method does not take any parameters.
Response
Type | Description |
---|---|
List<SubscriptionData> | Friends data |
(8) GetTargetSubscriptionData
Request
This method does not take any parameters.
Response
Type | Description |
---|---|
List<SubscriptionData> | Targets data |
(9) GetActivePlayerSubscriptionData
Request
Type | Description |
---|---|
Uint32 | Unknown |
Uint32 | Unknown |
Uint32 | Unknown |
Response
Type | Description |
---|---|
List<ActivePlayerSubscriptionData> | Unknown |
(10) GetSubscriptionData
Request
Response
Type | Description |
---|---|
List<SubscriptionData> | Data for PIDs |
(11) ReplaceTargetAndGetSubscriptionData
Request
Response
Type | Description |
---|---|
List<SubscriptionData> | Data for PIDs |
(12) SetPrivacyLevel
Request
Type | Description |
---|---|
Uint32 | Privacy level |
Response
This method does not return anything.
(13) GetPrivacyLevel
Request
This method does not take any parameters.
Response
Type | Description |
---|---|
Uint32 | Privacy level |
Types
SubscriptionData (Structure)
ActivePlayerSubscriptionData (Structure)
This structure inherits from SubscriptionData
Type | Description |
---|---|
Bool | Unknown |