google::play::games::recall

Summary

Enumerations

GamesRecallError{
  kOk = 0,
  kError = 1
}
enum
Error codes returned by Google Play Games Recall.

Typedefs

RequestRecallAccessContinuation using
std::function< void(RequestRecallAccessResult)>
RequestRecallAccessResult using
Result< GamesRecallError, RecallAccessResultValue >

Classes

google::play::games::recall::GamesRecallClient

Entrypoint for the Google Play Games Services Recall API.

Structs

google::play::games::recall::RecallAccessResultValue

The Google Play Games Services recall access.

Enumerations

GamesRecallError

 GamesRecallError

Error codes returned by Google Play Games Recall.

Properties
kError

Fatal error during the API action.

kOk

The operation completed successfully.

Typedefs

RequestRecallAccessContinuation

std::function< void(RequestRecallAccessResult)> RequestRecallAccessContinuation

RequestRecallAccessResult

Result< GamesRecallError, RecallAccessResultValue > RequestRecallAccessResult