AccessPoint

interface AccessPoint

An AccessPoint.

Parameters

name

the displayable name of this access point

iconType

the icon type

nearby

Types

IconType
Link copied to clipboard
sealed class IconType

The icon type to be shown in the UI

Functions

allowedToOpenNow
Link copied to clipboard
abstract fun allowedToOpenNow(): Boolean
isNearby
Link copied to clipboard
open fun isNearby(): Boolean

shortcut for nearby.isNearby()

Properties

iconType
Link copied to clipboard
abstract val iconType: AccessPoint.IconType
id
Link copied to clipboard
abstract val id: String
name
Link copied to clipboard
abstract val name: String
nearby
Link copied to clipboard
abstract val nearby: Nearby