Class BarcodeFormattedData
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode.Batch.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormattedData : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeFormattedData
- Implements
-
Constructors
public BarcodeFormattedData(string title, string subtitle)
Parameters
title
string
subtitle
string
Properties
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public string Subtitle { get; }
Property Value
- string
public string Title { get; }
Property Value
- string
Methods
public string Component1()
Returns
- string
public string Component2()
Returns
- string
public BarcodeFormattedData Copy(string title, string subtitle)
Parameters
title
string
subtitle
string
Returns
- BarcodeFormattedData
DescribeContents()
public int DescribeContents()
Returns
- int
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags