Class AvatarInfoResult

Inheritance Relationships

Base Type

Class Documentation

class AvatarInfoResult : public csp::systems::ResultBase

A result handler that is used to notify a user of an error while passing a String value.

Public Functions

AvatarType GetAvatarType() const

Returns the type of avatar selected by the user.

const csp::common::String &GetAvatarIdentifier() const

Returns the string used to identify or locate the avatar.

bool GetAvatarVisible() const

Returns whether or not the user’s avatar is intended to be visible or not.

inline AvatarInfoResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)