The Wayback Machine - https://web.archive.org/web/20170804120332/https://developer.android.google.cn/reference/android/net/wifi/aware/AttachCallback.html
Skip to content

Most visited

Recently visited

navigation

AttachCallback

public class AttachCallback
extends Object

java.lang.Object
   ↳ android.net.wifi.aware.AttachCallback


Base class for Aware attach callbacks. Should be extended by applications and set when calling attach(AttachCallback, android.os.Handler). These are callbacks applying to the Aware connection as a whole - not to specific publish or subscribe sessions - for that see DiscoverySessionCallback.

Summary

Public constructors

AttachCallback()

Public methods

void onAttachFailed()

Called when Aware attach operation attach(AttachCallback, android.os.Handler) failed.

void onAttached(WifiAwareSession session)

Called when Aware attach operation attach(AttachCallback, android.os.Handler) is completed and that we can now start discovery sessions or connections.

Inherited methods

Image From class java.lang.Object

Public constructors

AttachCallback

added in API level 26
AttachCallback ()

Public methods

onAttachFailed

added in API level 26
void onAttachFailed ()

Called when Aware attach operation attach(AttachCallback, android.os.Handler) failed.

onAttached

added in API level 26
void onAttached (WifiAwareSession session)

Called when Aware attach operation attach(AttachCallback, android.os.Handler) is completed and that we can now start discovery sessions or connections.

Parameters
session WifiAwareSession: The Aware object on which we can execute further Aware operations - e.g. discovery, connections.

This site uses cookies to store your preferences for site-specific language and display options.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in ?

You requested a page in , but your language preference for this site is .

Would you like to change your language preference and browse this site in ? If you want to change your language preference later, use the language menu at the bottom of each page.

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a one-minute survey?
Help us improve Android tools and documentation.