QueriedSourceFeature

Represents query result that is returned in QuerySourceFeaturesCallback.

See also

`querySourceFeatures`

Constructors

Link copied to clipboard
open fun QueriedSourceFeature(@NonNull queriedFeature: QueriedFeature, @Nullable target: FeaturesetQueryTarget)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@NonNull
@get:NonNull
val queriedFeature: QueriedFeature
Link copied to clipboard
@Nullable
@get:Nullable
@get:RestrictTo(value = Scope.LIBRARY_GROUP_PREFIX)
val target: FeaturesetQueryTarget