ExecuteInIsolatedServiceRequest.GetOutputSpec 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("getOutputSpec", "()Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$OutputSpec;", "GetGetOutputSpecHandler", ApiSince=36)]
public virtual Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.OutputSpec GetOutputSpec();
[<Android.Runtime.Register("getOutputSpec", "()Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$OutputSpec;", "GetGetOutputSpecHandler", ApiSince=36)>]
abstract member GetOutputSpec : unit -> Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.OutputSpec
override this.GetOutputSpec : unit -> Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.OutputSpec
Returns
- Attributes
Remarks
The set of spec to indicate output of IsolatedService. It's mainly used by platform. For example, platform calls OutputSpec.getOutputType and validates the result received from IsolatedService.
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.