VenueInfo

public class VenueInfo
extension VenueInfo: NativeBase
extension VenueInfo: Hashable

Represents the venue info existing in a catalogs contains id and name.

  • The id of the venue info. This can be used to get the identifer of type string in UUID format for Venue.

    Declaration

    Swift

    public var venueIdentifier: String { get }
  • The name of the venue info. This can be used to get the name for Venue.

    Declaration

    Swift

    public var venueName: String { get }
  • The id of the venue info as number. This can be used to get the identifer of type Integer for Venue.

    Declaration

    Swift

    public var venueId: Int32 { get }