ExecuteInIsolatedServiceRequest.Builder.SetOutputSpec Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of spec to indicate output of IsolatedService.
[Android.Runtime.Register("setOutputSpec", "(Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$OutputSpec;)Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$Builder;", "", ApiSince=36)]
public Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.Builder SetOutputSpec(Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.OutputSpec value);
[<Android.Runtime.Register("setOutputSpec", "(Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$OutputSpec;)Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$Builder;", "", ApiSince=36)>]
member this.SetOutputSpec : Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.OutputSpec -> Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.Builder
Parameters
Returns
- Attributes
Remarks
The set of spec to indicate output of IsolatedService. It's mainly used by platform. If OutputSpec is set to OutputSpec.DEFAULT, OnDevicePersonalization will ignore result returned by IsolatedService. If OutputSpec is built with OutputSpec.buildBestValueSpec, OnDevicePersonalization will verify ExecuteOutput.getBestValue() returned by IsolatedService within the max value range set in OutputSpec.getMaxIntValue and add noise.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.