Is CeremonyLayoutSettingsBuilder.withoutIFrame() deprecated?
Monday, May 10, 2021 at 11:26amWe are seeing this error:
Caused by: java.lang.NoSuchMethodError: com.silanis.esl.sdk.builder.CeremonyLayoutSettingsBuilder.withoutIFrame()Lcom/silanis/esl/sdk/builder/CeremonyLayoutSettingsBuilder;
Just want to confirm that this method is deprecated especially since we are moving to New Signer Experience.
Reply to: Is CeremonyLayoutSettingsBuilder.withoutIFrame() deprecated?
Monday, May 10, 2021 at 11:40amHi praxedis,
Yes, this function has been deprecated as per this Github commitment:
https://github.com/OneSpan/esl.sdk.java/commit/6d07cde6aaff47dfa026a1c2aa3c8433245ef1d0#diff-a343ddb0f6ac4d02b99a782422f61eca79450f0258cb67a134733f3569800a2d
PS: settings > ceremony > layout > iframe flag in package JSON has also been deprecated.
Duo
Reply to: Is CeremonyLayoutSettingsBuilder.withoutIFrame() deprecated?
Monday, May 10, 2021 at 11:43amThank you!