Stay organized with collections
Save and categorize content based on your preferences.
P2pStateListener
interface P2pStateListener
Interface for callback invocation when p2p state is available in response to requestP2pState
.
Summary
Public methods |
abstract Unit |
The requested p2p state is available.
|
Public methods
onP2pStateAvailable
abstract fun onP2pStateAvailable(state: Int): Unit
The requested p2p 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.P2pStateListener\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nP2pStateListener\n================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/wifi/p2p/WifiP2pManager.P2pStateListener \"View this page in Java\") \n\n```\ninterface P2pStateListener\n```\n\n|-----------------------------------------------------------|\n| [android.net.wifi.p2p.WifiP2pManager.P2pStateListener](#) |\n\nInterface for callback invocation when p2p state is available in response to [requestP2pState](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#requestP2pState(android.net.wifi.p2p.WifiP2pManager.Channel,%20android.net.wifi.p2p.WifiP2pManager.P2pStateListener)).\n\nSummary\n-------\n\n| Public methods ||\n|---------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [onP2pStateAvailable](#onP2pStateAvailable(kotlin.Int))`(`state:` `[Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)` The requested p2p state is available. |\n\nPublic methods\n--------------\n\n### onP2pStateAvailable\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun onP2pStateAvailable(state: Int): Unit\n```\n\nThe requested p2p state is available.\n\n| Parameters ||\n|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `state` | [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html): Wi-Fi p2p state Value is [android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_STATE_DISABLED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_STATE_DISABLED:kotlin.Int), or [android.net.wifi.p2p.WifiP2pManager#WIFI_P2P_STATE_ENABLED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_STATE_ENABLED:kotlin.Int) |\n\n**See Also**\n\n- [#WIFI_P2P_STATE_DISABLED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_STATE_DISABLED:kotlin.Int)\n- [#WIFI_P2P_STATE_ENABLED](/reference/kotlin/android/net/wifi/p2p/WifiP2pManager#WIFI_P2P_STATE_ENABLED:kotlin.Int)"]]