getViewAnnotationByFeatureId

abstract fun getViewAnnotationByFeatureId(featureId: String): View?

Find View by feature id if it was specified as part of ViewAnnotationOptions.associatedFeatureId.

Return

View if view was found and NULL otherwise.