public interface

TimeIntervalsResult

implements Result
com.google.android.gms.awareness.snapshot.TimeIntervalsResult

Class Overview

Result from getTimeIntervals(GoogleApiClient).

Summary

Public Methods
abstract TimeIntervals getTimeIntervals()
Returns the attributes corresponding to the current day at the device's current locale
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract TimeIntervals getTimeIntervals ()

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

Returns
TimeIntervals TimeIntervals if getStatus() is successful, otherwise null.