Added in API level 14

WifiP2pManager.ActionListener

public static interface WifiP2pManager.ActionListener

android.net.wifi.p2p.WifiP2pManager.ActionListener


Interface for callback invocation on an application action

Summary

Public methods

abstract void onFailure(int reason)

The operation failed

abstract void onSuccess()

The operation succeeded

Public methods

onFailure

Added in API level 14
public abstract void onFailure (int reason)

The operation failed

Parameters
reason int: The reason for failure could be one of WifiP2pManager.P2P_UNSUPPORTED, WifiP2pManager.ERROR or WifiP2pManager.BUSY

onSuccess

Added in API level 14
public abstract void onSuccess ()

The operation succeeded