Table of Contents

Class IntroImage

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Configuration
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/configuration/IntroImage", DoNotGenerateAcw = true)]
public abstract class IntroImage : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
IntroImage
Implements
Derived
Inherited Members

Constructors

IntroImage(DefaultConstructorMarker)

[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public IntroImage(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

IntroImage(nint, JniHandleOwnership)

protected IntroImage(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

_type

public string _type { get; }

Property Value

string

Methods

CheckIntroImage()

[Register("checkIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/CheckIntroImage;", "")]
public static CheckIntroImage CheckIntroImage()

Returns

CheckIntroImage

CreditCardIntroImage()

[Register("creditCardIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/CreditCardIntroImage;", "")]
public static CreditCardIntroImage CreditCardIntroImage()

Returns

CreditCardIntroImage

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "GetDescribeContentsHandler")]
public abstract int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

Java documentation for

android.os.Parcelable.describeContents()
.

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.

DocumentIntroImage()

[Register("documentIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentIntroImage;", "")]
public static DocumentIntroImage DocumentIntroImage()

Returns

DocumentIntroImage

Get_type()

[Register("get_type", "()Ljava/lang/String;", "GetGet_typeHandler")]
public abstract string Get_type()

Returns

string

IdCardIntroImage()

[Register("idCardIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/IdCardIntroImage;", "")]
public static IdCardIntroImage IdCardIntroImage()

Returns

IdCardIntroImage

Invoke(IDictionary<string, Object>)

[Register("invoke", "(Ljava/util/Map;)Lio/scanbot/sdk/ui_v2/document/configuration/IntroImage;", "")]
public static IntroImage Invoke(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Returns

IntroImage

MedicalCertificateIntroImage()

[Register("medicalCertificateIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/MedicalCertificateIntroImage;", "")]
public static MedicalCertificateIntroImage MedicalCertificateIntroImage()

Returns

MedicalCertificateIntroImage

NoIntroImage()

[Register("noIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/NoIntroImage;", "")]
public static NoIntroImage NoIntroImage()

Returns

NoIntroImage

ReceiptsIntroImage()

[Register("receiptsIntroImage", "()Lio/scanbot/sdk/ui_v2/document/configuration/ReceiptsIntroImage;", "")]
public static ReceiptsIntroImage ReceiptsIntroImage()

Returns

ReceiptsIntroImage

ToJson()

[Register("toJson", "()Lorg/json/JSONObject;", "GetToJsonHandler")]
public abstract JSONObject ToJson()

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "GetWriteToParcel_Landroid_os_Parcel_IHandler")]
public abstract void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)

Parameters

dest Parcel

The Parcel in which the object should be written.

flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

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.