CompanionDeviceManager.ExtraAssociation Field

Definition

Extra field name for the AssociationInfo object, included into android.content.Intent which application receive in Activity#onActivityResult(int, int, Intent) after the application's AssociationRequest was successfully processed and an association was created.

[Android.Runtime.Register("EXTRA_ASSOCIATION", ApiSince=33)]
public const string ExtraAssociation;
[<Android.Runtime.Register("EXTRA_ASSOCIATION", ApiSince=33)>]
val mutable ExtraAssociation : string

Field Value

Attributes

Remarks

Extra field name for the AssociationInfo object, included into android.content.Intent which application receive in Activity#onActivityResult(int, int, Intent) after the application's AssociationRequest was successfully processed and an association was created.

Java documentation for android.companion.CompanionDeviceManager.EXTRA_ASSOCIATION.

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