gpg:: TurnBasedMultiplayerManager:: MatchInboxUIResponse
#include <turn_based_multiplayer_manager.h>
Data
and ResponseStatus
for the ShowMatchInboxUI
operation.
Summary
If IsSuccess(status)
returns true, Valid()
returns true for exactly one invitation or match. Otherwise, it does not return true for either of them.
Public attributes |
|
---|---|
match
|
The
TurnBasedMatch for this response. |
status
|
The
UIStatus of the operation that generated this Response . |
Public attributes
match
TurnBasedMatch gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::match
The TurnBasedMatch
for this response.
Valid()
only returns true for the match if IsSuccess(status)
returns true.
status
UIStatus gpg::TurnBasedMultiplayerManager::MatchInboxUIResponse::status
The UIStatus
of the operation that generated this Response
.