GooglePlayGames.BasicApi.CommonTypesUtil

Utility class for common types.

Summary

This class checks if a response status is a success or not.

Details
Parameters
status
The response status to check.
Returns
True if the status is a success, false otherwise.

Public static functions

StatusIsSuccess(ResponseStatus status)
bool
Checks if a response status is a success or not.

Public static functions

StatusIsSuccess

bool StatusIsSuccess(
  ResponseStatus status
)

Checks if a response status is a success or not.