Class DeviceRenderOptions
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DeviceRenderOptions
Properties
SdkInterface
Lists all of the SDK Interface types that the device supports for displaying specific challenge user interfaces within the SDK.
- native = The app supports only a native user interface
- html = The app supports only an HTML user interface
- both = Both Native and HTML user interfaces are supported by the app
Declaration
public string SdkInterface { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkUiType
Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.
- text = Text interface
- single-select = Select a single option
- multi-select = Select multiple options
- oob = Out of ounds
- html-other = HTML Other (only valid when cardPaymentMethodSpecificInput.threeDSecure.sdkData.deviceRenderOptions.sdkInterface is set to html)
Declaration
[Obsolete("Use deviceRenderOptions.sdkUiTypes instead")]
public string SdkUiType { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkUiTypes
Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.
- text = Text interface
- single-select = Select a single option
- multi-select = Select multiple options
- oob = Out of ounds
- html-other = HTML Other (only valid when cardPaymentMethodSpecificInput.threeDSecure.sdkData.deviceRenderOptions.sdkInterface is set to html)
Declaration
public IList<string> SdkUiTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |