Enum AvatarInfoOption
Definition
- Assembly:
- Tizen.NUI.AIAvatar.dll
The AvatarInfoOption enumeration defines the options that determine how AvatarInfo instances are displayed or managed. Currently it has two values: Thumbnail and Resource.
public enum AvatarInfoOption
Fields
| Name | Description |
|---|---|
| Resource | Resource indicates that the AvatarInfo instance should display or manipulate the resource files associated with the Avatar. |
| Thumbnail | Thumbnail indicates that the AvatarInfo instance should display or manipulate the thumbnail image of the Avatar. |