saveToMemory

fun saveToMemory(getResourceTypeName: (Int) -> String?, getResourceEntryName: (Int) -> String?)

Parameters

getResourceTypeName

a function that delegates to Android Resources.getResourceTypeName but returns null when the name isn't found instead of throwing an exception.

getResourceEntryName

a function that delegates to Android Resources.getResourceEntryName but returns null when the name isn't found instead of throwing an exception.