TimeIntervalsResponse

  • TimeIntervalsResponse is a class that extends Response

  • It has one public method, getTimeIntervals(), which returns the attributes corresponding to the current day at the device's current locale as a TimeIntervals object.

  • The class inherits methods from com.google.android.gms.common.api.Response, including getResult() and setResult().

public class TimeIntervalsResponse extends Response<TimeIntervalsResult>

Result from getTimeIntervals().

Public Method Summary

TimeIntervals
getTimeIntervals()
Returns the attributes corresponding to the current day at the device's current locale

Inherited Method Summary

Public Methods

public TimeIntervals getTimeIntervals ()

Returns the attributes corresponding to the current day at the device's current locale

Returns