adoptBackgroundCandidateEncoded method

Uint8List adoptBackgroundCandidateEncoded({
  1. required int sessionId,
  2. required Uint8List requestBytes,
})

Implementation

Uint8List adoptBackgroundCandidateEncoded({
  required int sessionId,
  required Uint8List requestBytes,
}) {
  return _ownedWireRequest(
    sessionId: sessionId,
    requestBytes: requestBytes,
    expectedLength: 44,
    wireName: 'RITOHOF1',
    outputName: 'background handoff acknowledgement',
    operation: _adoptBackground,
  );
}