java.lang.Object |
↳ |
com.google.android.gms.location.ActivityTransition.Builder |
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
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 Constructors
public
ActivityTransition.Builder
()
Public Methods
Adds an interested transition type.
Parameters |
transition |
int : the interested transition type. It's one of the ACTIVITY_TRANSITION_xxx
constants. |
Sets the type of the activity to be detected.
Parameters |
activityType |
int : the type of the activity to be detected. It's one of the constant in
DetectedActivity . |