getLevel
Get a level by id
This function returns a level by the Id passed in the parameters.
func getLevel(byId id: String, completion: @escaping (_ model: LevelResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next
Get a level by id
This function returns a level by the Id passed in the parameters.
func getLevel(byId id: String, completion: @escaping (_ model: LevelResultView?, _ error: String?)->()) {
}
Updated over 2 years ago