Registers the application with the Wi-Fi framework.
Syntax
[Android.Runtime.Register("initialize", "(Landroid/content/Context;Landroid/os/Looper;Landroid/net/wifi/p2p/WifiP2pManager$ChannelListener;)Landroid/net/wifi/p2p/WifiP2pManager$Channel;", "GetInitialize_Landroid_content_Context_Landroid_os_Looper_Landroid_net_wifi_p2p_WifiP2pManager_ChannelListener_Handler")]
public virtual
WifiP2pManager.Channel Initialize (
Android.Content.Context srcContext,
Android.OS.Looper srcLooper,
WifiP2pManager.IChannelListener listener)
Parameters
- srcContext
- is the context of the source
- srcLooper
- is the Looper on which the callbacks are receivied
- listener
- for callback at loss of framework communication. Can be null.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Net.Wifi.P2p
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14