vnorder / com.venuenext.vnorder.seats.service / SectionService

SectionService

class SectionService : HttpClient

SectionService VenueNext

Created on 3/20/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Exceptions

SectionsException

class SectionsException : Exception

Constructors

<init>

SectionService VenueNext

SectionService(context: Context)

Properties

authProvider

val authProvider: OAuth?

baseUrl

val baseUrl: String?

environment

val environment: Environment?

serviceBaseUrls

val serviceBaseUrls: ServiceBaseUrls?

Functions

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