open class IsFollowingResponse
(source)
IsFollowingResponse() IsFollowingResponse(source: String, destination: String, following: Boolean)
A response to a query on whether 'source' is following 'destination' |
open fun getDestination(): String |
|
open fun getSource(): String |
|
open fun isFollowing(): Boolean |