Skip to content

RMC Store Service Notifications

michal-kapala edited this page Apr 14, 2024 · 6 revisions

Notifications Store Manager

Type : Subtype

1022 : 1 - CompleteTransaction

Signals transaction completion and triggers the transaction's CompleteBuy RMC Store Service request by transaction type.

  • param1 is itemId
  • param2 is transactionId

itemId is used for transaction types 0, 1, 2, 4 and 6.

Emits bus event 17:15 (modelId:eventId). Handled by:

  • AI_RDVTransactionModel
  • AI_StorePage

1022 : 2 - StorePageError

Displays an error pop up and deletes the transaction.

  • param1 is transactionId
  • param2 is errorId
  • param3 is transactionId

Emits 2 bus events (modelId:eventId):

  • 17:16
  • 17:17
Clone this wiki locally