correlationIDを使用する
Tokenization追跡用のcorrelation IDを取得および設定します。
概要
SDK統合
取得 correlationID から check有効性()
mgCardEnrollmentService.check有効性(
eligibilityData,
instrumentData,
object : CardEligibilityListener {
override fun onSuccess(
termsAndConditions: TermsAndConditions,
issuerData: イシュアData
) {
val correlationId = termsAndConditions.correlationId
Log.d(TAG, "Correlation ID: $correlationId")
}
override fun onError(error: MobileGatewayError) {
val correlationId = error.correlationId
Log.e(TAG, "デジタル化に失敗しました。Correlation ID: $correlationId")
}
}
)カスタムcorrelationIDを設定
instrument dataを使ってカスタムcorrelationIDを設定
pushSessionIDを使ってカスタムcorrelationIDを設定
関連ページ
最終更新
役に立ちましたか?