EOS_EApplicationStatus

EOS API reference page for EOS_EApplicationStatus

阅读时间2分钟

Remarks

All possible states of the application.

Values

EOS_EApplicationStatus

Enumerated ValueMeaning
EOS_AS_BackgroundConstrainedXbox only. Notifies the SDK that the application has entered constrained mode. While in constrained mode, the application has reduced access to reserved system resources.
EOS_AS_BackgroundUnconstrainedXbox only. Notifies the SDK that the application has returned from constrained mode, and is back to running in a regular state with full access to system resources. The SDK will handle this state change and automatically transition its active state to EOS_AS_Foreground. As result, after the application has set the EOS_AS_BackgroundUnconstrained state, calling EOS_Platform_GetApplicationStatus will return EOS_AS_Foreground as the persisted active state.
EOS_AS_BackgroundSuspendedNotifies the SDK that the application has been put into suspended state by the platform system.
EOS_AS_ForegroundNotifies the SDK that the application has been resumed from suspended state. This is the default active state on all platforms.