Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TizenActivityIndicatorStyle

enumeration

Description

Enumerator list of different indicator styles used on Handheld.

Variables

DontShowSets your game to not show any indicator while loading.
LargeThe loading indicator size is large and rotates clockwise (progress_large).
InversedLargeThe loading indicator size is large and rotates counterclockwise (progress_large and inverted).
SmallThe loading indicator size is small and rotates clockwise (process_small).
InversedSmallThe loading indicator size is small and rotates counterclockwise (process_small and inverted).