Stay organized with collections
Save and categorize content based on your preferences.
DiscoveryStateListener
interface DiscoveryStateListener
Interface for callback invocation when p2p state is available in response to requestDiscoveryState
.
Summary
Public methods |
abstract Unit |
The requested p2p discovery state is available.
|
Public methods
onDiscoveryStateAvailable
abstract fun onDiscoveryStateAvailable(state: Int): Unit
The requested p2p discovery state is available.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# WifiP2pManager.DiscoveryStateListener\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDiscoveryStateListener\n======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/wifi/p2p/WifiP2pManager.DiscoveryStateListener \"View this page in Java\") \n\n```\ninterface DiscoveryStateListener\n```\n\n|-----------------------------------------------------------------|\n| [android.net.wifi.p2p.WifiP2pManager.DiscoveryStateListener](#) |\n\nInterface for callback invocation when p2p state is available in response to [requestDiscoveryState](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#requestDiscoveryState(android.net.wifi.p2p.WifiP2pManager.Channel,%20android.net.wifi.p2p.WifiP2pManager.DiscoveryStateListener)).\n\nSummary\n-------\n\n| Public methods ||\n|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [onDiscoveryStateAvailable](#onDiscoveryStateAvailable(kotlin.Int))`(`state:` `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` The requested p2p discovery state is available. |\n\nPublic methods\n--------------\n\n### onDiscoveryStateAvailable\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun onDiscoveryStateAvailable(state: Int): Unit\n```\n\nThe requested p2p discovery state is available.\n\n| Parameters ||\n|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `state` | [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html): Wi-Fi p2p discovery state Value is [android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_DISCOVERY_STOPPED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_DISCOVERY_STOPPED:kotlin.Int), or [android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_DISCOVERY_STARTED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_DISCOVERY_STARTED:kotlin.Int) |\n\n**See Also**\n\n- [#WIFI_P2P_DISCOVERY_STARTED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_DISCOVERY_STARTED:kotlin.Int)\n- [#WIFI_P2P_DISCOVERY_STOPPED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_DISCOVERY_STOPPED:kotlin.Int)"]]