Class AssociationRequest
java.lang.Object
com.codename1.nearby.companion.AssociationRequest
What to show the user in the system device chooser, built with
AssociationRequest.Builder.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe filters, OR-combined.The profile requested.booleanWhether to associate immediately when exactly one device matches, rather than showing a one-item list.
-
Method Details
-
getProfile
The profile requested. Never null. -
isSingleDevice
public boolean isSingleDevice()Whether to associate immediately when exactly one device matches, rather than showing a one-item list. -
getFilters
The filters, OR-combined. Never null and possibly empty, in which case every visible device is offered.
-