save To Memory
fun saveToMemory(getResourceTypeName: (Int) -> String?, getResourceEntryName: (Int) -> String?)
Content copied to clipboard
Parameters
get Resource Type Name
a function that delegates to Android Resources.getResourceTypeName but returns null when the name isn't found instead of throwing an exception.
get Resource Entry Name
a function that delegates to Android Resources.getResourceEntryName but returns null when the name isn't found instead of throwing an exception.