class SectionService : HttpClient
SectionService VenueNext
Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.
SectionsException |
class SectionsException : Exception |
<init> |
SectionService VenueNext SectionService(context: Context) |
authProvider |
val authProvider: OAuth? |
baseUrl |
val baseUrl: String? |
environment |
val environment: Environment? |
serviceBaseUrls |
val serviceBaseUrls: ServiceBaseUrls? |
getSections |
Get Sections from API server. fun getSections(venue: Venue, standUUID: String): <ERROR CLASS> fun getSections(venue: Venue, standUUID: String, success: (result: List<Section>?) -> Unit, failure: (e: Exception) -> Unit): Unit |