FirebaseVisionBarcode.CalendarEvent

public static class FirebaseVisionBarcode.CalendarEvent extends Object

A calendar event extracted from QRCode.

Public Method Summary

String
getDescription()
Gets the description of the calendar event.
FirebaseVisionBarcode.CalendarDateTime
getEnd()
Gets the end date time of the calendar event.
String
getLocation()
Gets the location of the calendar event.
String
getOrganizer()
Gets the organizer of the calendar event.
FirebaseVisionBarcode.CalendarDateTime
getStart()
Gets the start date time of the calendar event.
String
getStatus()
Gets the status of the calendar event.
String
getSummary()
Gets the summary of the calendar event.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public String getDescription ()

Gets the description of the calendar event.

public FirebaseVisionBarcode.CalendarDateTime getEnd ()

Gets the end date time of the calendar event.

public String getLocation ()

Gets the location of the calendar event.

public String getOrganizer ()

Gets the organizer of the calendar event.

public FirebaseVisionBarcode.CalendarDateTime getStart ()

Gets the start date time of the calendar event.

public String getStatus ()

Gets the status of the calendar event.

public String getSummary ()

Gets the summary of the calendar event.

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated Apr 28, 2021