URL Buttons
The UrlCB
works similarly to the BlockCB as a choice, however rather than point to a Block, it contains a URL.
basicBB.pushChoice(new UrlCB()
.addTitle(Languages.ENGLISH, "Google")
.addUrl(Languages.ENGLISH, "https://www.google.com/"));
Last updated