com.samsung.android.sdk.healthdata
Class HealthPermissionManager.PermissionResult
- java.lang.Object
-
- com.samsung.android.sdk.healthdata.HealthResultHolder.BaseResult
-
- com.samsung.android.sdk.healthdata.HealthPermissionManager.PermissionResult
-
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- HealthPermissionManager
public static class HealthPermissionManager.PermissionResult extends HealthResultHolder.BaseResult implements Parcelable
This class represents the result ofHealthPermissionManager.requestPermissions(Set, Activity)
.- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from class com.samsung.android.sdk.healthdata.HealthResultHolder.BaseResult
STATUS_CANCELED, STATUS_FAILED, STATUS_INVALID_INPUT_DATA, STATUS_OUT_OF_SPACE, STATUS_SUCCESSFUL, STATUS_UNKNOWN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Map<HealthPermissionManager.PermissionKey,Boolean>
getResultMap()
Gets the result map representing whether the particular permissions are acquired for the permission request.-
Methods inherited from class com.samsung.android.sdk.healthdata.HealthResultHolder.BaseResult
getCount, getStatus
-
-
-
-
Method Detail
-
getResultMap
public Map<HealthPermissionManager.PermissionKey,Boolean> getResultMap()
Gets the result map representing whether the particular permissions are acquired for the permission request.- Returns:
- The result map representing whether the specified permissions are acquired.
- Since:
- 1.0.0
-
-