RMC Store Service Notifications - zeroKilo/GROBackendWV GitHub Wiki
RMC Store Service Notifications
Notifications are identified by the pair of Type : Subtype
.
Similarly, bus events are identified with modelId : eventId
.
1022 : 1 - CompleteTransaction
Signals transaction completion and triggers the transaction's CompleteBuy
RMC Store Service request by transaction type.
Notification format
param1
is used for transaction types 0, 1, 2, 4 and 6.
- param1 is
transactionId
- param2 is
transactionId
Emitted bus events
17:15
Listeners
AI_RDVTransactionModel
AI_StorePage
1022 : 2 - StorePageError
Displays an error pop up and deletes the transaction.
Notification format
- param1 is
transactionId
- param2 is
errorId
- param3 is
transactionId
Emitted bus events
17:16
17:17
Listeners
AI_RDVTransactionModel
AI_StorePage