public class DeviceRenderOptions extends Object
Constructor and Description |
---|
DeviceRenderOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getSdkInterface()
Lists all of the SDK Interface types that the device supports for displaying specific challenge user interfaces within the SDK.
|
String |
getSdkUiType()
Deprecated.
Use deviceRenderOptions.sdkUiTypes instead
|
List<String> |
getSdkUiTypes()
Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.
|
void |
setSdkInterface(String value)
Lists all of the SDK Interface types that the device supports for displaying specific challenge user interfaces within the SDK.
|
void |
setSdkUiType(String value)
Deprecated.
Use deviceRenderOptions.sdkUiTypes instead
|
void |
setSdkUiTypes(List<String> value)
Lists all UI types that the device supports for displaying specific challenge user interfaces within the SDK.
|
public String getSdkInterface()
public void setSdkInterface(String value)
@Deprecated public String getSdkUiType()
@Deprecated public void setSdkUiType(String value)
public List<String> getSdkUiTypes()
public void setSdkUiTypes(List<String> value)
Copyright © 2024 Worldline Global Collect. All rights reserved.