SetAppBackgroundStatus method
Implementation
void SetAppBackgroundStatus(
ffi.Pointer<ffi.Char> operationID,
bool isBackground,
) {
return _SetAppBackgroundStatus(
operationID,
isBackground,
);
}
void SetAppBackgroundStatus(
ffi.Pointer<ffi.Char> operationID,
bool isBackground,
) {
return _SetAppBackgroundStatus(
operationID,
isBackground,
);
}