Skip to main content

Module start_options

Module start_options 

Source
Available on crate features api-13 and api-17 only.

Structs§

AbilityRuntime_StartOptions

Functions§

OH_AbilityRuntime_CreateStartOptions
Create start options.
OH_AbilityRuntime_DestroyStartOptions
Destroy input start options.
OH_AbilityRuntime_GetStartOptionsDisplayId
Get display id from start options.
OH_AbilityRuntime_GetStartOptionsMaxWindowHeight
Get max window height from start options.
OH_AbilityRuntime_GetStartOptionsMaxWindowWidth
Get max window width from start options.
OH_AbilityRuntime_GetStartOptionsMinWindowHeight
Get min window height from start options.
OH_AbilityRuntime_GetStartOptionsMinWindowWidth
Get min window width from start options.
OH_AbilityRuntime_GetStartOptionsStartVisibility
Get start visibility from start options.
OH_AbilityRuntime_GetStartOptionsStartWindowBackgroundColor
Get start window background color from start options.
OH_AbilityRuntime_GetStartOptionsStartWindowIcon
Get start window icon from start options.
OH_AbilityRuntime_GetStartOptionsSupportedWindowModes
Get start window modes from start options.
OH_AbilityRuntime_GetStartOptionsWindowHeight
Get window height from start options.
OH_AbilityRuntime_GetStartOptionsWindowLeft
Get window left from start options.
OH_AbilityRuntime_GetStartOptionsWindowMode
Get window mode from start options.
OH_AbilityRuntime_GetStartOptionsWindowTop
Get window top from start options.
OH_AbilityRuntime_GetStartOptionsWindowWidth
Get window width from start options.
OH_AbilityRuntime_GetStartOptionsWithAnimation
Get with animation from start options.
OH_AbilityRuntime_SetStartOptionsDisplayId
Set display id for start options.
OH_AbilityRuntime_SetStartOptionsMaxWindowHeight
Set max window height for start options.
OH_AbilityRuntime_SetStartOptionsMaxWindowWidth
Set max window width for start options.
OH_AbilityRuntime_SetStartOptionsMinWindowHeight
Set min window height for start options.
OH_AbilityRuntime_SetStartOptionsMinWindowWidth
Set min window width for start options.
OH_AbilityRuntime_SetStartOptionsStartVisibility
Set start visibility for start options.
OH_AbilityRuntime_SetStartOptionsStartWindowBackgroundColor
Set start window background color for start options.
OH_AbilityRuntime_SetStartOptionsStartWindowIcon
Set start window icon for start options.
OH_AbilityRuntime_SetStartOptionsSupportedWindowModes
Set start window modes for start options.
OH_AbilityRuntime_SetStartOptionsWindowHeight
Set window height for start options.
OH_AbilityRuntime_SetStartOptionsWindowLeft
Set window left for start options.
OH_AbilityRuntime_SetStartOptionsWindowMode
Set window mode for start options.
OH_AbilityRuntime_SetStartOptionsWindowTop
Set window top for start options.
OH_AbilityRuntime_SetStartOptionsWindowWidth
Set window width for start options.
OH_AbilityRuntime_SetStartOptionsWithAnimation
Set with animation flag for start options.