checkResourceType

Check if the resource has a specific suffix in the file name.

Return

true if the resource hat the suffix svg.

Parameters

resourceID

resource id.

suffixes

one of more file extensions, need to be in LOWER CASE!!!

open fun checkResourceType(resourceID: Int, suffixes: Array<String>): Boolean