SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Cookie Event

Fired to report a received cookie.

Syntax

public open class DefaultRestclientEventListener : RestclientEventListener {
  ...
  public override fun cookie(e: RestclientCookieEvent) {}
  ...
}

public class RestclientCookieEvent {
  val cookieText: String?
}

Remarks

The CookieText parameter contains the text of the cookie.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]