open class MdnsPlatform : MdnsPlatformRust
<init> |
MdnsPlatform() |
close |
open fun close(): Unit |
resolveService |
open fun resolveService(announce: String!): Unit |
setContext |
open fun setContext(context: Context!): Unit |
startAdvertising |
open fun startAdvertising(announce: String!, hashedAppName: String!, port: Int): Unit |
startSearching |
open fun startSearching(hashedAppName: String!): Unit |
stopAdvertising |
open fun stopAdvertising(): Unit |
stopSearching |
open fun stopSearching(): Unit |