annotations

abstract val annotations: Map<View, ViewAnnotationOptions>

Return Map of added View with their ViewAnnotationOptions. This method should be called every time to get all added Views and associated ViewAnnotationOptions.

Note: Modifying ViewAnnotationOptions will not update actual annotation options. Use ViewAnnotationManager.updateViewAnnotation instead. Modifying View will update the actual view property.

Return

Map of View and associated ViewAnnotationOptions.