MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPBooking
MPBooking
open
class
MPBooking
Types
Functions
Types
Builder
Link copied to clipboard
open
class
Builder
Functions
get
Booking
ID
Link copied to clipboard
@
Nullable
open
fun
getBookingID
(
)
:
String
get
Description
Link copied to clipboard
@
Nullable
open
fun
getDescription
(
)
:
String
get
End
Time
Link copied to clipboard
@
Nullable
open
fun
getEndTime
(
)
:
Date
get
Is
Managed
Link copied to clipboard
@
Nullable
open
fun
getIsManaged
(
)
:
Boolean
get
Location
Link copied to clipboard
@
Nullable
open
fun
getLocation
(
)
:
MPLocation
get
Location
ID
Link copied to clipboard
@
Nullable
open
fun
getLocationID
(
)
:
String
get
Participants
Link copied to clipboard
@
Nullable
open
fun
getParticipants
(
)
:
Array
<
String
>
get
Start
Time
Link copied to clipboard
@
Nullable
open
fun
getStartTime
(
)
:
Date
get
Title
Link copied to clipboard
@
Nullable
open
fun
getTitle
(
)
:
String