Property | Type | Description | |
---|---|---|---|
ClearShaderCache | void | ||
GetActivityIndicatorStyle | int | ||
INTERNAL_CALL_PlayFullScreenMovie | bool | ||
PlayFullScreenMovie | bool | ||
PlayFullScreenMovie | bool | ||
PlayFullScreenMovie | bool | ||
SetActivityIndicatorStyleImpl | void | ||
StartActivityIndicator | void | ||
StopActivityIndicator | void | ||
Vibrate | void |
Method | Description | |
---|---|---|
PlayFullScreenMovie ( string path, [ bgColor, [ controlMode, [ scalingMode ) : bool |
Plays a full-screen movie.
|
|
SetActivityIndicatorStyle ( ActivityIndicatorStyle style ) : void | ||
SetActivityIndicatorStyle ( AndroidActivityIndicatorStyle style ) : void |
Sets the desired activity indicator style.
|
|
SetActivityIndicatorStyle ( TizenActivityIndicatorStyle style ) : void |
Sets the desired activity indicator style.
|
Method | Description | |
---|---|---|
ClearShaderCache ( ) : void | ||
GetActivityIndicatorStyle ( ) : int | ||
INTERNAL_CALL_PlayFullScreenMovie ( string path, Color &bgColor, FullScreenMovieControlMode controlMode, FullScreenMovieScalingMode scalingMode ) : bool | ||
PlayFullScreenMovie ( string path ) : bool | ||
PlayFullScreenMovie ( string path, Color bgColor ) : bool | ||
PlayFullScreenMovie ( string path, Color bgColor, FullScreenMovieControlMode controlMode ) : bool | ||
SetActivityIndicatorStyleImpl ( int style ) : void | ||
StartActivityIndicator ( ) : void | ||
StopActivityIndicator ( ) : void | ||
Vibrate ( ) : void |
public static PlayFullScreenMovie ( string path, [ bgColor, [ controlMode, [ scalingMode ) : bool | ||
path | string | Filesystem path to the movie file. |
bgColor | [ | Background color. |
controlMode | [ | How the playback controls are to be displayed. |
scalingMode | [ | How the movie is to be scaled to fit the screen. |
return | bool |
public static SetActivityIndicatorStyle ( ActivityIndicatorStyle style ) : void | ||
style | ActivityIndicatorStyle | |
return | void |
public static SetActivityIndicatorStyle ( AndroidActivityIndicatorStyle style ) : void | ||
style | AndroidActivityIndicatorStyle | |
return | void |
public static SetActivityIndicatorStyle ( TizenActivityIndicatorStyle style ) : void | ||
style | TizenActivityIndicatorStyle | |
return | void |