Remarks
Notify a change in application state.
Calling SetApplicationStatus must happen before Tick when foregrounding for the cases where we won't get the background notification.
Return Value
-
An EOS_EResult that indicates whether we changed the application status successfully.
-
EOS_Success if the application was changed successfully.
-
EOS_InvalidParameters if the value of NewStatus is invalid.
Parameters
EOS_Platform_SetApplicationStatus
Parameter Type And Name | Usage Information |
---|---|
EOS_HPlatform Handle | |
const EOS_EApplicationStatus NewStatus | The new status for the application. |