sdk-common / com.tomtom.online.sdk.common.util / ViewUtils / isMeasured

isMeasured

@Contract("null -> false") open static fun isMeasured(view: View!): Boolean

Method to check if the view was measured.

Parameters

view - View!: The view to check.

Return
Boolean: True if view was measured, false otherwise.