Added in API level 14
  
  
  
  
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
    Added in API level 14
  
      
  
    public abstract void onChannelDisconnected ()
The channel to the framework has been disconnected.
 Application could try re-initializing using WifiP2pManager.initialize(Context, Looper, ChannelListener)
