Most visited

Recently visited

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
void onFailure (int reason)

The operation failed

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

onSuccess

Added in API level 14
void onSuccess ()

The operation succeeded

Hooray!