CompanionDeviceManager.Callback.OnDeviceFound(IntentSender) Method

Definition

This member is deprecated.

[Android.Runtime.Register("onDeviceFound", "(Landroid/content/IntentSender;)V", "GetOnDeviceFound_Landroid_content_IntentSender_Handler", ApiSince=26)]
public virtual void OnDeviceFound (Android.Content.IntentSender intentSender);
[<Android.Runtime.Register("onDeviceFound", "(Landroid/content/IntentSender;)V", "GetOnDeviceFound_Landroid_content_IntentSender_Handler", ApiSince=26)>]
abstract member OnDeviceFound : Android.Content.IntentSender -> unit
override this.OnDeviceFound : Android.Content.IntentSender -> unit

Parameters

intentSender
IntentSender
Attributes

Remarks

This member is deprecated. method was renamed to onAssociationPending() to provide better clarity; both methods are functionally equivalent and only one needs to be overridden.

Java documentation for android.companion.CompanionDeviceManager.Callback.onDeviceFound(android.content.IntentSender).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to