RequestedCaptcha

All Implemented Interfaces

public final class CompletionError.RequestedCaptcha
extends CompletionError

Nested Class Summary

Modifier and Type Class Description
public final class CompletionError.RequestedCaptcha.Challenge Captcha object abstraction. Use solve(answer: String) method to submit answer

Field Summary

Modifier and Type Field Description
private final CompletionError.RequestedCaptcha.Challenge challenge
private final String message

Constructor Summary

Constructor Description
CompletionError.RequestedCaptcha(String message, CompletionError.RequestedCaptcha.Challenge challenge)

Enum Constant Summary

Enum Constant Description

Method Summary

All Methods

Modifier and Type Method Description
final CompletionError.RequestedCaptcha.Challenge getChallenge()

Methods inherited from class com.screenmeet.sdk.CompletionError

getMessage

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CompletionError.RequestedCaptcha

CompletionError.RequestedCaptcha(String message, CompletionError.RequestedCaptcha.Challenge challenge)

Method Detail

getChallenge

 final CompletionError.RequestedCaptcha.Challenge getChallenge()