Uses of Interface
com.fortemate.dicechess.runtime.ResignPolicy
-
Uses of ResignPolicy in com.fortemate.dicechess.runtime
Fields in com.fortemate.dicechess.runtime declared as ResignPolicyModifier and TypeFieldDescriptionstatic final ResignPolicyResignPolicy.NEVERA policy that never requests resignation.Methods in com.fortemate.dicechess.runtime that return ResignPolicyModifier and TypeMethodDescriptionWebhookHandler.resignPolicy()Returns the resign policy used by this handler.Constructors in com.fortemate.dicechess.runtime with parameters of type ResignPolicyModifierConstructorDescriptionWebhookHandler(WebhookHandler source, ResignPolicy resignPolicy) Creates a handler identical tosourceexcept for its resign policy.WebhookHandler(WebhookKeys keys, String playApiBaseUrl, BotStrategy strategy, ResignPolicy resignPolicy) Creates a handler with an immutable key configuration and custom resign policy.WebhookHandler(String secret, String playApiBaseUrl, BotStrategy strategy, ResignPolicy resignPolicy) Creates a handler with a single active secret and custom resign policy.