interface Topic
Object representing a topic.
Since
1
Async |
interface Async |
async |
abstract fun async(): Async! |
getBookmarks |
Exposes the property bookmarks value abstract fun getBookmarks(): MutableMap<String!, Bookmark!>! |
getContent |
Exposes the property content value abstract fun getContent(): String! |
getName |
Exposes the property name value abstract fun getName(): String! |