ExecuteOutput.Builder.SetRenderingConfig(RenderingConfig) 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.
A RenderingConfig object that contains information about the content to be rendered in the client app view.
[Android.Runtime.Register("setRenderingConfig", "(Landroid/adservices/ondevicepersonalization/RenderingConfig;)Landroid/adservices/ondevicepersonalization/ExecuteOutput$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.ExecuteOutput.Builder SetRenderingConfig(Android.AdServices.OnDevicePersonalization.RenderingConfig? value);
[<Android.Runtime.Register("setRenderingConfig", "(Landroid/adservices/ondevicepersonalization/RenderingConfig;)Landroid/adservices/ondevicepersonalization/ExecuteOutput$Builder;", "", ApiSince=35)>]
member this.SetRenderingConfig : Android.AdServices.OnDevicePersonalization.RenderingConfig -> Android.AdServices.OnDevicePersonalization.ExecuteOutput.Builder
Parameters
- value
- RenderingConfig
Returns
- Attributes
Remarks
A RenderingConfig object that contains information about the content to be rendered in the client app view. Can be null if no content is to be rendered.
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.