Most visited

Recently visited

Added in API level 14

WifiP2pManager.Channel

public static class WifiP2pManager.Channel
extends Object

java.lang.Object
   ↳ android.net.wifi.p2p.WifiP2pManager.Channel


A channel that connects the application to the Wifi p2p framework. Most p2p operations require a Channel as an argument. An instance of Channel is obtained by doing a call on initialize(Context, Looper, WifiP2pManager.ChannelListener)

Summary

Inherited methods

From class java.lang.Object

Hooray!