RenderInput(Int32, Int32, RenderingConfig) Constructor
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.
Creates a new RenderInput.
[Android.Runtime.Register(".ctor", "(IILandroid/adservices/ondevicepersonalization/RenderingConfig;)V", "", ApiSince=36)]
public RenderInput(int width, int height, Android.AdServices.OnDevicePersonalization.RenderingConfig? renderingConfig);
[<Android.Runtime.Register(".ctor", "(IILandroid/adservices/ondevicepersonalization/RenderingConfig;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.RenderInput : int * int * Android.AdServices.OnDevicePersonalization.RenderingConfig -> Android.AdServices.OnDevicePersonalization.RenderInput
Parameters
- width
- Int32
The width of the slot.
- height
- Int32
The height of the slot.
- renderingConfig
- RenderingConfig
A RenderingConfig
within an ExecuteOutput
that was returned by
IsolatedWorker#onExecute(ExecuteInput, android.os.OutcomeReceiver)
.
- Attributes
Remarks
Creates a new RenderInput.
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.