SocialLabelsOverlayInfo object.
More...
SocialLabelsOverlayInfo object.
Implements share-read / copy-on-write Api object over ISocialLabelsOverlayInfo.
◆ SocialLabelsOverlayInfo()
| gem::SocialLabelsOverlayInfo::SocialLabelsOverlayInfo |
( |
SocialLabelsOverlayInfo && | social | ) |
|
|
default |
Default move constructor noexcept is deduced.
- Parameters
-
| [in] | social | The object to move |
◆ getCategories()
Get the overlay categories.
- Returns
- Empty if no categories are available
◆ getCategory()
Get the overlay category by id.
- Parameters
-
- Returns
- Empty if no category is found
◆ getImage()
| const ImageRef gem::OverlayInfo::getImage |
( |
| ) |
const |
|
inlinenoexceptinherited |
Get the image of the overlay.
- Returns
- empty if image is not available
◆ getLoginUserName()
| String gem::SocialLabelsOverlayInfo::getLoginUserName |
( |
| ) |
const |
|
inlinenoexcept |
Get user login unique name.
- Returns
- User name
◆ getLoginUserUid()
| LargeInteger gem::SocialLabelsOverlayInfo::getLoginUserUid |
( |
| ) |
const |
|
inlinenoexcept |
Get user login uid.
- Returns
- User unique id
If user is not logged in, 0 is returned
◆ getName()
| const StringRef gem::OverlayInfo::getName |
( |
| ) |
const |
|
inlinenoexceptinherited |
Get the name of the overlay.
- Returns
- The overlay name
◆ getUid()
| int gem::OverlayInfo::getUid |
( |
| ) |
const |
|
inlinenoexceptinherited |
Get the unique ID of the overlay.
- Returns
- The overlay ID
◆ hasCategories()
| bool gem::OverlayInfo::hasCategories |
( |
int | categId | ) |
const |
|
inlinenoexceptinherited |
Check if category has subcategories.
- Returns
- True if category has subcategories, false otherwise
- Parameters
-
◆ operator=()
Default move assignment noexcept is deduced.
- Parameters
-
| [in] | social | The object to move |
- Returns
- The moved object