A C D G I L M O P S T U V 

A

ACCURACY_HIGH - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
High accuracy of the activity event.
ACCURACY_HIGH - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
High accuracy of the activity event.
ACCURACY_LOW - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Low accuracy of the activity event.
ACCURACY_LOW - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Low accuracy of the activity event.
ACCURACY_MID - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Medium accuracy of the activity event.
ACCURACY_MID - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Medium accuracy of the activity event.
addActivity(int) - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification.InfoFilter
Add a new activity notification action.

C

com.samsung.android.sdk - package com.samsung.android.sdk
 
com.samsung.android.sdk.motion - package com.samsung.android.sdk.motion
 
COUNT_RUN_DOWN - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for running downhill.
COUNT_RUN_FLAT - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for running on a flat surface.
COUNT_RUN_UP - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for running uphill.
COUNT_TOTAL - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Total pedometer count, which is the sum of the walk and run counts.
COUNT_WALK_DOWN - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for walking downhill.
COUNT_WALK_FLAT - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for walking on a flat surface.
COUNT_WALK_UP - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Pedometer count for walking uphill.

D

DEVICE_NOT_SUPPORTED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
DEVICE_NOT_SUPPORTED indicates that Device does not supported.

G

getAccuracy() - Method in class com.samsung.android.sdk.motion.SmotionActivity.Info
Get the accuracy of the detected activity.
getAccuracy() - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Get the accuracy of the detected activity.
getCallPosition() - Method in class com.samsung.android.sdk.motion.SmotionCall.Info
Get the position in which the user is holding the device.
getCalorie() - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the cumulative calories consumed since the last reboot when at least one listener is added.
getCount(int) - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the cumulative step count by type since the last reboot when at least one listener is added.
getDistance() - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the cumulative distance traveled since the last reboot when at least one listener is added.
getInfo() - Method in class com.samsung.android.sdk.motion.SmotionActivity
Get the current activity information, such as status and accuracy.
getInfo() - Method in class com.samsung.android.sdk.motion.SmotionPedometer
Get the pedometer information such as step count, calorie consumption, distance, speed, and status.
getSpeed() - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the step speed.
getStatus() - Method in class com.samsung.android.sdk.motion.SmotionActivity.Info
Get the activity status.
getStatus() - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Get the activity status.
getStatus() - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the step status.
getTimeStamp() - Method in class com.samsung.android.sdk.motion.SmotionActivity.Info
Get the timestamp in milliseconds.
getTimeStamp() - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Get the timestamp in milliseconds.
getTimeStamp() - Method in class com.samsung.android.sdk.motion.SmotionCall.Info
Get the timestamp in nanoseconds.
getTimeStamp() - Method in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Get the timestamp in nanoseconds.
getType() - Method in exception com.samsung.android.sdk.SsdkUnsupportedException
Returns error type when SDK failed to initialize.
getVersionCode() - Method in class com.samsung.android.sdk.motion.Smotion
Get the version number of the Motion package.
getVersionName() - Method in class com.samsung.android.sdk.motion.Smotion
Get the version name of the Motion package.

I

initialize(Context) - Method in class com.samsung.android.sdk.motion.Smotion
Initialize an instance of the Motion package.
isActivitySupported(int) - Method in class com.samsung.android.sdk.motion.SmotionActivity
Check if the device supports activity type passed.
isActivitySupported(int) - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification
Check if the device supports activity type passed.
isFeatureEnabled(int) - Method in class com.samsung.android.sdk.motion.Smotion
Check if a Motion package feature is available on the device.
isUpdateInfoBatchModeSupport() - Method in class com.samsung.android.sdk.motion.SmotionActivity
Check the device support updateInfo method in batch mode.

L

LIBRARY_NOT_INSTALLED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_NOT_INSTALLED indicates that SDK library is not installed.
LIBRARY_UPDATE_IS_RECOMMENDED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_UPDATE_IS_RECOMMENDED indicates that SDK library update is recommended.
LIBRARY_UPDATE_IS_REQUIRED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
LIBRARY_UPDATE_IS_REQUIRED indicates that user must install SDK library to use the application.

M

MODE_ALL - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Both batch and real time activity mode.
MODE_BATCH - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Batch activity mode.
MODE_REALTIME - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Real time activity mode.

O

onChanged(int, SmotionActivity.Info[]) - Method in interface com.samsung.android.sdk.motion.SmotionActivity.ChangeListener
Called when the user activity changes.
onChanged(SmotionActivityNotification.Info) - Method in interface com.samsung.android.sdk.motion.SmotionActivityNotification.ChangeListener
Called when the activity notification changes.
onChanged(SmotionCall.Info) - Method in interface com.samsung.android.sdk.motion.SmotionCall.ChangeListener
Called when the call motion changes.
onChanged(SmotionPedometer.Info) - Method in interface com.samsung.android.sdk.motion.SmotionPedometer.ChangeListener
Called when the pedometer information changes.

P

POSITION_LEFT - Static variable in class com.samsung.android.sdk.motion.SmotionCall
User is holding the device next to the left ear.
POSITION_RIGHT - Static variable in class com.samsung.android.sdk.motion.SmotionCall
User is holding the device next to the right ear.

S

Smotion - Class in com.samsung.android.sdk.motion
This class is the entry class that provides access to the Motion package.
Smotion() - Constructor for class com.samsung.android.sdk.motion.Smotion
Creates a Smotion instance.
SmotionActivity - Class in com.samsung.android.sdk.motion
This class provides the functionality for getting activity information.
SmotionActivity(Looper, Smotion) - Constructor for class com.samsung.android.sdk.motion.SmotionActivity
Creates a SmotionActivity instance with the specified looper and Smotion instances.
SmotionActivity.ChangeListener - Interface in com.samsung.android.sdk.motion
This listener interface receives activity events.
SmotionActivity.Info - Class in com.samsung.android.sdk.motion
This class contains the activity event information and provides methods to access it.
SmotionActivity.Info() - Constructor for class com.samsung.android.sdk.motion.SmotionActivity.Info
Creates a SmotionActivity.Info instance.
SmotionActivityNotification - Class in com.samsung.android.sdk.motion
This class provides the functionality for getting notifications about user activities.
SmotionActivityNotification(Looper, Smotion) - Constructor for class com.samsung.android.sdk.motion.SmotionActivityNotification
Creates a SmotionActivityNotification instance with the specified looper and Smotion instances.
SmotionActivityNotification.ChangeListener - Interface in com.samsung.android.sdk.motion
This listener interface receives activity notification events.
SmotionActivityNotification.Info - Class in com.samsung.android.sdk.motion
This class contains the activity notification event information and provides methods to access it.
SmotionActivityNotification.Info() - Constructor for class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Creates a SmotionActivityNotification.Info instance.
SmotionActivityNotification.InfoFilter - Class in com.samsung.android.sdk.motion
This class provides specific activity notification actions.
SmotionActivityNotification.InfoFilter() - Constructor for class com.samsung.android.sdk.motion.SmotionActivityNotification.InfoFilter
Creates an InfoFilter instance.
SmotionCall - Class in com.samsung.android.sdk.motion
This class provides the functionality for getting call motion information.
SmotionCall(Looper, Smotion) - Constructor for class com.samsung.android.sdk.motion.SmotionCall
Creates a SmotionCall instance with the specified looper and Smotion instances.
SmotionCall.ChangeListener - Interface in com.samsung.android.sdk.motion
This listener interface receives call motion events.
SmotionCall.Info - Class in com.samsung.android.sdk.motion
This class contains the call motion event information and provides methods to access it.
SmotionCall.Info() - Constructor for class com.samsung.android.sdk.motion.SmotionCall.Info
Creates a SmotionCall.Info instance.
SmotionPedometer - Class in com.samsung.android.sdk.motion
This class provides the functionality for getting pedometer information.
SmotionPedometer(Looper, Smotion) - Constructor for class com.samsung.android.sdk.motion.SmotionPedometer
Creates a SmotionPedometer instance with the specified looper and Smotion instances.
SmotionPedometer.ChangeListener - Interface in com.samsung.android.sdk.motion
This listener interface receives pedometer events.
SmotionPedometer.Info - Class in com.samsung.android.sdk.motion
This class contains the pedometer event information and provides methods to access it.
SmotionPedometer.Info() - Constructor for class com.samsung.android.sdk.motion.SmotionPedometer.Info
Creates a SmotionPedometer.Info instance.
SsdkUnsupportedException - Exception in com.samsung.android.sdk
This exception is thrown to indicate that vendor is not Samsung or device does not supported, or SDK version does not match.
SsdkUnsupportedException(String, int) - Constructor for exception com.samsung.android.sdk.SsdkUnsupportedException
Constructs a SsdkUnsupportedException class with the specified detail message and error type.
start(int, SmotionActivity.ChangeListener) - Method in class com.samsung.android.sdk.motion.SmotionActivity
Add the specified ChangeListener instance.
start(SmotionActivityNotification.InfoFilter, SmotionActivityNotification.ChangeListener) - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification
Add the specified ChangeListener instance.
start(SmotionCall.ChangeListener) - Method in class com.samsung.android.sdk.motion.SmotionCall
Add the specified ChangeListener instance.
start(SmotionPedometer.ChangeListener) - Method in class com.samsung.android.sdk.motion.SmotionPedometer
Add the specified ChangeListener instance.
STATUS_RUN - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
User is running.
STATUS_RUN - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
User is running.
STATUS_RUN_DOWN - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Running downhill.
STATUS_RUN_FLAT - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Running on a flat surface.
STATUS_RUN_UP - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Running uphill.
STATUS_STATIONARY - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
User is not moving.
STATUS_STATIONARY - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
User is not moving.
STATUS_STOP - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Not moving.
STATUS_UNKNOWN - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
Current activity cannot be detected.
STATUS_UNKNOWN - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
Current activity cannot be detected.
STATUS_UNKNOWN - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Unknown status.
STATUS_VEHICLE - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
User is in a vehicle, such as a car.
STATUS_VEHICLE - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
User is in a vehicle, such as a car.
STATUS_WALK - Static variable in class com.samsung.android.sdk.motion.SmotionActivity.Info
User is walking.
STATUS_WALK - Static variable in class com.samsung.android.sdk.motion.SmotionActivityNotification.Info
User is walking.
STATUS_WALK_DOWN - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Walking downhill.
STATUS_WALK_FLAT - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Walking on a flat surface.
STATUS_WALK_UP - Static variable in class com.samsung.android.sdk.motion.SmotionPedometer.Info
Walking uphill.
stop() - Method in class com.samsung.android.sdk.motion.SmotionActivity
Remove the ChangeListener instance.
stop() - Method in class com.samsung.android.sdk.motion.SmotionActivityNotification
Remove the ChangeListener instance.
stop() - Method in class com.samsung.android.sdk.motion.SmotionCall
Remove the ChangeListener instance.
stop() - Method in class com.samsung.android.sdk.motion.SmotionPedometer
Remove the ChangeListener instance.

T

TYPE_ACTIVITY - Static variable in class com.samsung.android.sdk.motion.Smotion
User activity.
TYPE_ACTIVITY_NOTIFICATION - Static variable in class com.samsung.android.sdk.motion.Smotion
User activity notification.
TYPE_CALL - Static variable in class com.samsung.android.sdk.motion.Smotion
Call motion.
TYPE_PEDOMETER - Static variable in class com.samsung.android.sdk.motion.Smotion
Pedometer motion.
TYPE_PEDOMETER_WITH_UPDOWN_STEP - Static variable in class com.samsung.android.sdk.motion.Smotion
Pedometer motion with up/down step status.

U

updateInfo() - Method in class com.samsung.android.sdk.motion.SmotionActivity
Update the activity information.
updateInfo() - Method in class com.samsung.android.sdk.motion.SmotionPedometer
Update the pedometer information when the screen is off.

V

VENDOR_NOT_SUPPORTED - Static variable in exception com.samsung.android.sdk.SsdkUnsupportedException
VENDOR_NOT_SUPPORTED indicates that Vendor is not Samsung.
A C D G I L M O P S T U V 

Copyright šÏ Samsung Electronics Co., Ltd. All rights reserved.