Share via


CompanionDeviceManager.Callback.OnAssociationCreated(AssociationInfo) Method

Definition

Invoked when the association is created.

[Android.Runtime.Register("onAssociationCreated", "(Landroid/companion/AssociationInfo;)V", "GetOnAssociationCreated_Landroid_companion_AssociationInfo_Handler", ApiSince=33)]
public virtual void OnAssociationCreated (Android.Companion.AssociationInfo associationInfo);
[<Android.Runtime.Register("onAssociationCreated", "(Landroid/companion/AssociationInfo;)V", "GetOnAssociationCreated_Landroid_companion_AssociationInfo_Handler", ApiSince=33)>]
abstract member OnAssociationCreated : Android.Companion.AssociationInfo -> unit
override this.OnAssociationCreated : Android.Companion.AssociationInfo -> unit

Parameters

associationInfo
AssociationInfo

contains details of the newly-established association.

Attributes

Remarks

Invoked when the association is created.

Java documentation for android.companion.CompanionDeviceManager.Callback.onAssociationCreated(android.companion.AssociationInfo).

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