ConfigurableDriversLicense
constructor(sdkConfig: SdkConfigInterface, seed: Long, pinSetting: Boolean? = null, driversLicensePIN1: String? = null, driversLicensePIN2: String? = null, name: String? = null, nameKana: String? = null, aliasName: String? = null, unifiedName: String? = null, dateOfBirth: String? = null, address: String? = null, dateOfIssue: String? = null, referenceNumber: String? = null, driverClass: DriverClass? = null, dateOfExpiration: String? = null, licenseRestrictions: String? = null, publicSafetyCommission: String? = null, driversLicenseNumber: String? = null, dateOfAcquisition: LicenseCategory? = null, registeredDomicile: String? = null, faceImage: ByteArray? = null)
テナントIDを引数により指定してConfigurableDriversLicenseを生成する
このコンストラクタを使用する場合、sdkConfig に設定されたテナントIDが使用されます。 テナントIDの設定をリソースに記述している場合、 sdkConfig 引数がないコンストラクタを使用してください。
Nullable型の引数を省略した場合やnullを指定した場合はランダムな値が使用されます。 ランダムな値は、同じカードであれば同じ値となります。
Parameters
sdkConfig
SDK設定
seed
乱数のシード
pinSetting
暗証番号設定
driversLicensePIN1
暗証番号1(PIN 1)
driversLicensePIN2
暗証番号2(PIN 2)
name
氏名
nameKana
呼び名(カナ)
aliasName
通称名
unifiedName
統一氏名(カナ)
dateOfBirth
生年月日
address
住所
dateOfIssue
交付年月日
referenceNumber
照会番号
driverClass
免許証の色区分
dateOfExpiration
有効期間の末日
licenseRestrictions
免許の条件
publicSafetyCommission
公安委員会名
driversLicenseNumber
免許証の番号
dateOfAcquisition
免許の年月日
registeredDomicile
本籍
faceImage
写真
constructor(context: ERROR CLASS: Symbol not found for Context, seed: Long, pinSetting: Boolean? = null, driversLicensePIN1: String? = null, driversLicensePIN2: String? = null, name: String? = null, nameKana: String? = null, aliasName: String? = null, unifiedName: String? = null, dateOfBirth: String? = null, address: String? = null, dateOfIssue: String? = null, referenceNumber: String? = null, driverClass: DriverClass? = null, dateOfExpiration: String? = null, licenseRestrictions: String? = null, publicSafetyCommission: String? = null, driversLicenseNumber: String? = null, dateOfAcquisition: LicenseCategory? = null, registeredDomicile: String? = null, faceImage: ByteArray? = null)
テナントIDを設定ファイルにより取得してConfigurableDriversLicenseを生成する
このコンストラクタを使用する場合、リソースに設定されたテナントIDが使用されます。 テナントIDの指定方法は、ドキュメントのテナントIDの設定をご覧ください。 リソースにテナントIDを記述していない場合、デフォルト値の "00000000-0000-4000-8000-000000000000" が使用されます。
Nullable型の引数を省略した場合やnullを指定した場合はランダムな値が使用されます。 ランダムな値は、同じカードであれば同じ値となります。
Parameters
seed
乱数のシード
pinSetting
暗証番号設定
driversLicensePIN1
暗証番号1(PIN 1)
driversLicensePIN2
暗証番号2(PIN 2)
name
氏名
nameKana
呼び名(カナ)
aliasName
通称名
unifiedName
統一氏名(カナ)
dateOfBirth
生年月日
address
住所
dateOfIssue
交付年月日
referenceNumber
照会番号
driverClass
免許証の色区分
dateOfExpiration
有効期間の末日
licenseRestrictions
免許の条件
publicSafetyCommission
公安委員会名
driversLicenseNumber
免許証の番号
dateOfAcquisition
免許の年月日
registeredDomicile
本籍
faceImage
写真