SetAppBackgroundStatus method

void SetAppBackgroundStatus(
  1. Pointer<Char> operationID,
  2. bool isBackground
)

Implementation

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