# Print output for @column tags ?> WifiP2pManager.ChannelListener - Android SDK | Android Developers

Most visited

Recently visited

WifiP2pManager.ChannelListener

public static interface WifiP2pManager.ChannelListener

android.net.wifi.p2p.WifiP2pManager.ChannelListener


Interface for callback invocation when framework channel is lost

Summary

Public methods

abstract void onChannelDisconnected()

The channel to the framework has been disconnected.

Public methods

onChannelDisconnected

public abstract void onChannelDisconnected ()

The channel to the framework has been disconnected. Application could try re-initializing using WifiP2pManager.initialize(Context, Looper, WifiP2pManager.ChannelListener)