AI-generated Key Takeaways
-
TimeIntervalsResult is a Result from getTimeIntervals(GoogleApiClient).
-
It provides a getTimeIntervals() method to get attributes for the current day at the device's locale.
-
The getTimeIntervals() method returns a TimeIntervals object if the status is successful, otherwise null.
-
It inherits a getStatus() method from the Result interface to check the status of the result.
Result from
getTimeIntervals(GoogleApiClient).
Public Method Summary
| abstract TimeIntervals |
getTimeIntervals()
Returns the attributes corresponding to the current day at the device's current
locale
|
Inherited Method Summary
Public Methods
public abstract TimeIntervals getTimeIntervals ()
Returns the attributes corresponding to the current day at the device's current locale
Returns
TimeIntervalsifgetStatus()is successful, otherwise null.