getMetadata

open fun getMetadata(@NonNull section: String): Map<String, Any>

Returns a map of data in the specified section.


open fun getMetadata(@NonNull section: String, @NonNull key: String): Any

Returns the value of the specified key in the specified section.