Class VinIntroCustomImage
- Namespace
- ScanbotSDK.MAUI.Vin
- Assembly
- ScanbotSDK.Shared.dll
public class VinIntroCustomImage : VinScannerIntroImage
- Inheritance
-
VinIntroCustomImage
- Inherited Members
-
Constructors
VinIntroCustomImage()
public VinIntroCustomImage()
Properties
Uri
[JsonRequired]
public string Uri { get; set; }
Property Value
- string
Methods
FromJson(string)
public static VinIntroCustomImage FromJson(string rawJson)
Parameters
rawJson
string
Returns
- VinIntroCustomImage
FromNative(VinIntroCustomImage)
public static VinIntroCustomImage FromNative(VinIntroCustomImage source)
Parameters
source
VinIntroCustomImage
Returns
- VinIntroCustomImage
FromNative(SBSDKUI2VINIntroCustomImage)
public static VinIntroCustomImage FromNative(SBSDKUI2VINIntroCustomImage source)
Parameters
source
SBSDKUI2VINIntroCustomImage
Returns
- VinIntroCustomImage
ToNative()
public override VinIntroCustomImage ToNative()
Returns
- VinIntroCustomImage