Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCESS_DENIED - Static variable in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Access to resource was denied.
- ACCESS_ERROR - Static variable in class fi.bitwards.service.BitwardsResource.AccessEvent
-
During access event an error occured.
- ACCESS_GRANTED - Static variable in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Access to resource was granted.
- Access a resource - Search tag in class fi.bitwards.service.BitwardsService
- Section
- accessResource(BitwardsResource, BitwardsService.BLEResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Attempt to connect to and access a Bitwards resource using BLE.
- Android Bitwards SDK migration guide - Search tag in package fi.bitwards.service
- Section
B
- BitwardsAdminInfo - Class in fi.bitwards.service
-
Bitwards end user entity.
- BitwardsAdminService - Class in fi.bitwards.service
-
BitwardsAdminService provides utility functions for accessing dedicated admin services in the Bitwards backend server.
- BitwardsAdminService.BitwardsAdminCallback - Interface in fi.bitwards.service
-
The BitwardsAdminCallback which is used to return then result when asynchronous method is used.
- BitwardsAdminService.CompanyNfcUrls - Class in fi.bitwards.service
-
The CompanyNfcUrl instance, which contains the name, and base URLs for that company.
- BitwardsConfig - Class in fi.bitwards.service
-
BitwardsConfig class is used to convey default settings to BitwardsService.
- BitwardsConfig.Builder - Class in fi.bitwards.service
-
Builder class is used to build BitwardsConfig instance.
- BitwardsCredential - Class in fi.bitwards.service
-
Class for holding end user's credential to connect to BitwardsService.
- BitwardsCredential.Builder - Class in fi.bitwards.service
-
Builder class to build Credential instance.
- BitwardsException - Exception Class in fi.bitwards.service
-
Bitwards service exception.
- BitwardsException(String) - Constructor for exception class fi.bitwards.service.BitwardsException
-
Constructor
- BitwardsException(String, Throwable) - Constructor for exception class fi.bitwards.service.BitwardsException
-
Contructor
- BitwardsException(Throwable) - Constructor for exception class fi.bitwards.service.BitwardsException
-
Constructor
- BitwardsResource - Class in fi.bitwards.service
-
Bitwards resource entity.
- BitwardsResource.AccessEvent - Class in fi.bitwards.service
-
An access entry of the resource (resource event).
- BitwardsResource.ResourceHardware - Class in fi.bitwards.service
-
This class describes hardware features of the resource.
- BitwardsResource.Validity - Class in fi.bitwards.service
-
Validity period when resource is accessible.
- BitwardsResourceType - Class in fi.bitwards.service
- BitwardsSchedule - Class in fi.bitwards.service
-
Represents the schedule when the end user has access to a particular resource.
- BitwardsSchedule.ExceptionDay - Class in fi.bitwards.service
-
Represents an exception day with alternative access times, which overrule regular rules.
- BitwardsSchedule.Rule - Class in fi.bitwards.service
-
Represent a single rule specifying access times on weekday basis.
- Bitwards SDK for Android - Search tag in class fi.bitwards.service.BitwardsService
- Section
- Bitwards SDK for Android - Search tag in package fi.bitwards.service
- Section
- Bitwards SDK setup - Search tag in class fi.bitwards.service.BitwardsService
- Section
- Bitwards SDK setup - Search tag in package fi.bitwards.service
- Section
- BitwardsService - Class in fi.bitwards.service
- BitwardsService.AuthenticationTokenExpiredCallback - Interface in fi.bitwards.service
-
AuthenticationTokenExpiredCallback is used to notify UI that authentication token has expired.
- BitwardsService.BackgroundScanCallback - Interface in fi.bitwards.service
-
Background BLE scan callback for reporting found/lost resources.
- BitwardsService.BitwardsInstallationRequestListCallback - Interface in fi.bitwards.service
-
Callback to deliver Installation request list or error of the operation.
- BitwardsService.BitwardsResourceListCallback - Interface in fi.bitwards.service
-
Deprecated.
- BitwardsService.BitwardsResourceListUpdatedCallback - Interface in fi.bitwards.service
-
BitwardsResourceListUpdatedCallback is used to notify UI that BitwardsResource list has been updated from the server.
- BitwardsService.BitwardsResourceTypeListCallback - Interface in fi.bitwards.service
-
Callback to deliver Bitwards resource type list or error of the operation.
- BitwardsService.BitwardsUserCallback - Interface in fi.bitwards.service
-
Callback to deliver Bitwards end user's profile data or error of the operation.
- BitwardsService.BLEResourceCallback - Interface in fi.bitwards.service
-
Resource callback notifications when connecting and communicating with a resource using BLE.
- BitwardsService.BLEResourceConnectionStateCallback - Interface in fi.bitwards.service
-
BLEResourceConnectionStateCallback can be used instead of basic BLEResourceCallback interface.
- BitwardsService.BLEResourceMaintenanceCallback - Interface in fi.bitwards.service
-
Resource callback notifications when the application also wants a callback when the resource maintenance phase during the communication has been completed.
- BitwardsService.BluetoothProximityAccess - Class in fi.bitwards.service
-
BluetoothProximityAccess class is used to handle Bluetooth proximity access functionality.
- BitwardsService.Debug - Class in fi.bitwards.service
-
BitwardsService.Debug class is used to setup error reporting.
- BitwardsService.LoginCallback - Class in fi.bitwards.service
-
LoginCallback can be used instead of ResultCallback when using
BitwardsService.login(BitwardsCredential, ResultCallback)method. - BitwardsService.NFCResourceCallback - Interface in fi.bitwards.service
-
Resource callback notifications when connecting and communicating with a resource using NFC.
- BitwardsService.Notifier - Interface in fi.bitwards.service
- BitwardsService.ResultCallback - Interface in fi.bitwards.service
-
Callback to notify success or error of an operation.
- BitwardsService.SelectResourceCallback - Interface in fi.bitwards.service
-
Select resource callback is used when more than one known resources were found.
- BitwardsUser - Class in fi.bitwards.service
-
Bitwards end user entity.
- BluetoothProximityAccess() - Constructor for class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
- build() - Method in class fi.bitwards.service.BitwardsConfig.Builder
-
Build BitwardsConfig instance.
- build() - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Builds the BitwardsCredential instance for given parameters.
- Builder() - Constructor for class fi.bitwards.service.BitwardsConfig.Builder
-
Default constructor.
- Builder(int) - Constructor for class fi.bitwards.service.BitwardsCredential.Builder
-
Constructor for Builder instance
C
- changePassword(String, String) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- changePassword(String, String, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Change password of the logged in Bitwards end user.
- Configure project - Search tag in package fi.bitwards.service
- Section
- connect(String, BitwardsCredential, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- connect(String, String, String, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- connectToResource(BitwardsResource, BitwardsService.BLEResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
D
- Debug() - Constructor for class fi.bitwards.service.BitwardsService.Debug
- defaultOnMaintenanceComplete(ResourceInfo, ConfigurationInfo) - Static method in class fi.bitwards.service.BitwardsService
- deleteUserAccount(List<Long>, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
todo add documentation
- DIAGNOSTICS_ENABLED - Static variable in class fi.bitwards.service.BitwardsConfig
- disconnect() - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- disconnect(BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- Discover and access a selected resource - Search tag in class fi.bitwards.service.BitwardsService
- Section
- discoverAndAccessResource(BitwardsService.BLEResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Start a bluetooth scan for discovering BLE based Bitwards resources that are known to end user.
- discoverAndAccessResource(BitwardsService.BLEResourceCallback, int) - Method in class fi.bitwards.service.BitwardsService
-
Start bluetooth scan for discovering BLE based Bitwards resources.
E
- Enable error reporting - Search tag in class fi.bitwards.service.BitwardsService
- Section
- ERROR_ACCESS_FORBIDDEN - Static variable in class fi.bitwards.service.BitwardsService
-
The logged in end user does not have the permission to access the requested service.
- ERROR_ACCOUNT_DELETION_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
The application does not have the BLUETOOTH_CONNECT permission.
- ERROR_ALREADY_INITIALIZED - Static variable in class fi.bitwards.service.BitwardsService
-
BitwardsService instance is already initialized.
- ERROR_ALREADY_LOGGED_IN - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards end user is already logged in, BitwardsService instance is already connected to Bitwards backend environment.
- ERROR_ANOTHER_OPERATION_ONGOING - Static variable in class fi.bitwards.service.BitwardsService
-
Another operation is already ongoing.
- ERROR_AUTH_TOKEN_EXPIRED - Static variable in class fi.bitwards.service.BitwardsService
-
Authentication token with the server has expired, sign in again needed.
- ERROR_BACKGROUND_SCAN_STOPPED - Static variable in class fi.bitwards.service.BitwardsService
-
Background scan was stopped manually.
- ERROR_BAD_MAC_ADDRESS - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth MAC address was invalid.
- ERROR_BAD_RESOURCE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Resource is malfunctioning.
- ERROR_BLE_ALREADY_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
An Bluetooth operation already active.
- ERROR_BLE_NOT_RESOURCE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Accessed bluetooth device is not a resource.
- ERROR_BLE_SCAN_ALREADY_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitward resource error: Bluetooth scan is already active.
- ERROR_BLE_SCAN_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth scan failed.
- ERROR_BLE_SCAN_NOT_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Bluetooth scan is not active.
- ERROR_BLUETOOTH_NO_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Application does not have permission to use Bluetooth (needs access to permission).
- ERROR_BLUETOOTH_NOT_AVAILABLE - Static variable in class fi.bitwards.service.BitwardsService
-
Device does not support Bluetooth.
- ERROR_BLUETOOTH_NOT_ENABLED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth is not on in the device.
- ERROR_BLUETOOTH_WAS_DISABLED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth was disabled during operation.
- ERROR_CALLBACK_NULL - Static variable in class fi.bitwards.service.BitwardsService
-
Callback is null.
- ERROR_CANCEL_RESOURCE_RESERVATION_SERVER_COMMUNICATION - Static variable in class fi.bitwards.service.BitwardsService
-
Cancel Bitwards resource reservation server communication error.
- ERROR_CHANGE_PASSWORD_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Password change of the logged in Bitwards end user failed.
- ERROR_CHANGE_USER_PROFILE_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Changing the profile of the logged in Bitwards end user failed.
- ERROR_DEVICE_CONNECTION_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth connection is already active.
- ERROR_GATT_ERROR - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Bluetooth GATT error occurred (try again).
- ERROR_GATT_READ_FAILURE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: GATT characteristic read failure.
- ERROR_GET_LOCATION_LIST_SERVER_COMMUNICATION - Static variable in class fi.bitwards.service.BitwardsService
-
Get location list server communication error.
- ERROR_GET_RESOURCE_LIST_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Get the Bitwards resource list of the logged in Bitwards end user failed.
- ERROR_GET_USER_PROFILE_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Getting the profile of the logged in Bitwards end user failed.
- ERROR_INITIALIZATION_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Initialization of BitwardsService instance failed.
- ERROR_INSTALLATION_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Installation is active.
- ERROR_INSTALLATION_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed.
- ERROR_INSTALLATION_NOT_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Installation is not active.
- ERROR_INSTALLATION_TASK_CANCELLED - Static variable in class fi.bitwards.service.BitwardsService
-
Installation task was cancelled
- ERROR_INSTALLATION_TASK_NOT_PENDING - Static variable in class fi.bitwards.service.BitwardsService
-
Installation task is not in pending mode (it has been already performed)
- ERROR_INSTALLATION_TEST_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Testing access to the installed Bitwards resource failed, but installation was otherwise carried out successfully.
- ERROR_LOCATION_SERVICE_DISABLED - Static variable in class fi.bitwards.service.BitwardsService
-
Android device's Location service is disabled.
- ERROR_LOGIN_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Login of the Bitwards end user to the Bitwards backend environment failed.
- ERROR_LOGIN_FAILED_BECAUSE_USER_DOES_NOT_EXISTS - Static variable in class fi.bitwards.service.BitwardsService
-
Login failed because user does not exist.
- ERROR_LOGIN_FAILED_DUE_TO_SERVER_ERROR - Static variable in class fi.bitwards.service.BitwardsService
-
Login failed due to server error.
- ERROR_LOGOUT_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Logout of the logged in Bitwards end user from the Bitwards backend environment failed.
- ERROR_NFC_NO_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: Application does not have NFC permission.
- ERROR_NFC_NOT_AVAILABLE - Static variable in class fi.bitwards.service.BitwardsService
-
Device does not support NFC.
- ERROR_NO_BLUETOOTH_CONNECT_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
The application does not have the BLUETOOTH_CONNECT permission.
- ERROR_NO_BLUETOOTH_SCAN_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
The application does not have the BLUETOOTH_SCAN permission.
- ERROR_NO_INTERNET - Static variable in class fi.bitwards.service.BitwardsService
-
Device is not connected to internet.
- ERROR_NO_LOCATION_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
Application does not have location permission (ACCESS_FINE_LOCATION).
- ERROR_NO_NFC_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
Application does not have NFC permission.
- ERROR_NO_READ_DEVICE_STATE_PERMISSION - Static variable in class fi.bitwards.service.BitwardsService
-
Application does not have READ_DEVICE_STATE permission
- ERROR_NOT_CONNECTED - Static variable in class fi.bitwards.service.BitwardsService
-
BitwardsService instance is not connected.
- ERROR_NOT_INITIALIZED - Static variable in class fi.bitwards.service.BitwardsService
-
BitwardsService instance is not initialized.
- ERROR_NOT_LOGGED_IN - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards end user is not logged in, BitwardsService instanced is not connected to Bitwards backend environment.
- ERROR_REFRESH_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Refresh connection to server failed.
- ERROR_RESOURCE_ALREADY_INSTALLED - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed because the resoruce was already installed.
- ERROR_RESOURCE_DISCONNECTED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: resource disconnected.
- ERROR_RESOURCE_NULL - Static variable in class fi.bitwards.service.BitwardsService
-
BitwardsResource instance is null
- ERROR_RESOURCE_OUT_OF_RANGE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: resource was moved out of range.
- ERROR_RESOURCE_REQUIRES_APP_UPDATE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: application does not support the protocol resource is using, application update is required.
- ERROR_RESOURCE_RESERVATION_SERVER_COMMUNICATION - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource reservation server communication error.
- ERROR_RESOURCE_TIMEOUT - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: connection to resource timed out.
- ERROR_RESOURCE_UNKNOWN_ERROR - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource error: unknown error occurred.
- ERROR_RESOURCE_UPDATE_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Another Bitwards resource update process is active.
- ERROR_RESOURCE_UPDATE_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Update process of the Bitwards resource failed.
- ERROR_RESOURCE_UPDATE_NOT_ACTIVE - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource update process is not active.
- ERROR_RESOURCE_UPDATE_TASK_CANCELLED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource update task was cancelled.
- ERROR_SECURE_DEVICE_LOCK_NOT_ENABLED - Static variable in class fi.bitwards.service.BitwardsService
-
Deprecated.
- ERROR_SERVER_RESPONSE_CANCEL_RESOURCE_RESERVATION_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Cancel Bitwards resource reservation failed response by server.
- ERROR_SERVER_RESPONSE_FAILED_TO_ADD_NEW_RESOURCE_IN_SERVER - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed because server failed to new Bitwards resource response by server.
- ERROR_SERVER_RESPONSE_GET_LOCATION_LIST_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Get location list failed response by server.
- ERROR_SERVER_RESPONSE_INTERNAL_ERROR - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed because internal error response by server.
- ERROR_SERVER_RESPONSE_RESOURCE_ALREADY_INSTALLED - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed because the Bitwards resource was already installed response by server.
- ERROR_SERVER_RESPONSE_RESOURCE_RESERVATION_FAILED - Static variable in class fi.bitwards.service.BitwardsService
-
Bitwards resource reservation failed response by server.
- ERROR_SERVER_RESPONSE_SERIAL_NUMBER_ALREADY_EXISTS - Static variable in class fi.bitwards.service.BitwardsService
-
Installation failed because serial number already exists response by server.
- ERROR_TIMEOUT - Static variable in class fi.bitwards.service.BitwardsService
-
Timeout occurred
- ERROR_UNKNOWN - Static variable in class fi.bitwards.service.BitwardsService
-
An unknown error occurred.
- ERROR_UNKNOWN_BACKGROUND_SCAN_MODE - Static variable in class fi.bitwards.service.BitwardsService
-
Unknown background scan mode.
- ERROR_WRONG_INSTALLATION_TASK_CANCELLED - Static variable in class fi.bitwards.service.BitwardsService
-
Installation task to be cancelled was not the active one.
- ERROR_WRONG_RESOURCE_UPDATE_TASK_CANCELLED - Static variable in class fi.bitwards.service.BitwardsService
-
Wrong Bitwards resource update task was cancelled.
- Error code to error string - Search tag in class fi.bitwards.service.BitwardsService
- Section
F
- FETCHING_UNIVERSAL_ID_RESOURCES - Static variable in class fi.bitwards.service.BitwardsService.LoginCallback
-
This event is triggered when the SDK is starting to fetch the universal id resources.
- fi.bitwards.service - package fi.bitwards.service
-
div.important { border-left: 2px solid #000000; margin-left: 15px; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; font-size: 90%; }
G
- getAccessDelay() - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
-
This method returns a delay between subsequent opening attempts, i.e., how long the implementation waits before attempting to access a resource again.
- getAccessList() - Method in class fi.bitwards.service.BitwardsResource
-
Get the access event list for the resource.
- getAccessRightValidityInUse() - Method in class fi.bitwards.service.BitwardsResource
-
Get the validity period(s) of the resource access right in use, i.e., when end user has access to the resource.
- getAccessRightValidityList() - Method in class fi.bitwards.service.BitwardsResource
-
Get the validity period(s) of Access Rights for the resource, i.e., when end user has access to the resource.
- getAccessTime() - Method in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Get access time of this entry.
- getAccessType() - Method in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Get the access type of this entry.
- getAccountId() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get account Id
- getAccountId() - Method in class fi.bitwards.service.BitwardsResource
-
Get the account Id of the resource
- getAccountName() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get street address
- getAccountName() - Method in class fi.bitwards.service.BitwardsResource
-
Get the account name of the resource
- getAdditionalInfo() - Method in class fi.bitwards.service.BitwardsResource
-
Get the additional info of the resource
- getAddress() - Method in class fi.bitwards.service.BitwardsResource
-
Get the address of the resource
- getBatteryLevel() - Method in class fi.bitwards.service.BitwardsResource
-
Get the battery level of the resource
- getBitwardsAdminIfoList() - Method in class fi.bitwards.service.BitwardsService
-
Get the Bitwards admin info list of the logged in Bitwards end user.
- getBitwardsAdminInfo() - Method in class fi.bitwards.service.BitwardsResource
-
Get the administrator info of the the resource.
- getBitwardsInstallationRequestList(boolean, BitwardsService.BitwardsInstallationRequestListCallback) - Method in class fi.bitwards.service.BitwardsService
-
Get the Bitwards resource installation request list of the Bitwards end user.
- getBitwardsResource(ResourceInfo) - Static method in class fi.bitwards.service.BitwardsService
- getBitwardsResourceList() - Method in class fi.bitwards.service.BitwardsService
-
Get the Bitwards resource list of the logged in Bitwards end user.
- getBitwardsResourceList(boolean) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- getBitwardsResourceList(boolean, BitwardsService.BitwardsResourceListCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- getBitwardsResourceTypeList(boolean, BitwardsService.BitwardsResourceTypeListCallback) - Method in class fi.bitwards.service.BitwardsService
-
Get the resource type list of the Bitwards resources.
- getBitwardsSchedule() - Method in class fi.bitwards.service.BitwardsResource
-
Deprecated.
- getBitwardsSchedule(long) - Method in class fi.bitwards.service.BitwardsResource
-
Gets the weekly schedule or exception days of when the end user has access to the resource.
- getBitwardsUser() - Method in class fi.bitwards.service.BitwardsService
-
Get profile properties of the logged in Bitwards end user.
- getBitwardsUser(BitwardsService.BitwardsUserCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- getBuildHash() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the build hash of the firmware of the resource.
- getCity() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get city
- getCity() - Method in class fi.bitwards.service.BitwardsUser
-
Get city
- getCompanyNfcUrlsList() - Method in class fi.bitwards.service.BitwardsAdminService
-
Get list of CompanyNfcUrls list.
- getCompanyNfcUrlsListAsync(BitwardsAdminService.BitwardsAdminCallback) - Method in class fi.bitwards.service.BitwardsAdminService
-
Get list of CompanyNfcUrls list.
- getCountry() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get country
- getCountry() - Method in class fi.bitwards.service.BitwardsUser
-
Get country
- getCustomBaseUrl() - Method in class fi.bitwards.service.BitwardsAdminService.CompanyNfcUrls
-
GEt the Custom Base URL for the Bitwards URI scheme.
- getDelayAfterAccess() - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
-
This method returns a delay applied right after a successful opening/identification, i.e., how long the app waits after a successful opening/indentification before starting the next attempt.
- getDescription() - Method in class fi.bitwards.service.BitwardsResource
-
Get the description for resource
- getDoorId() - Method in class fi.bitwards.service.BitwardsResource
-
Get the door ID of the resource
- getEmail() - Method in class fi.bitwards.service.BitwardsUser
-
Get email
- getEndDate() - Method in class fi.bitwards.service.BitwardsResource.Validity
-
The ending time of the validity period.
- getEndingTime() - Method in class fi.bitwards.service.BitwardsSchedule.ExceptionDay
-
Get ending time of day when access is granted, exclusive.
- getEndingTime() - Method in class fi.bitwards.service.BitwardsSchedule.Rule
-
Get ending time of day when access is granted, exclusive.
- getEndingWeekday() - Method in class fi.bitwards.service.BitwardsSchedule.Rule
-
Get ending weekday, inclusive (first day of week is Monday).
- getErrorCode() - Method in exception class fi.bitwards.service.BitwardsException
-
Get the error code for this exception.
- getErrorCode() - Method in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Get the access error of this entry, if an error occured.
- getErrorString(int) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Get textual representation (error string) of the error code
- getExceptionDate() - Method in class fi.bitwards.service.BitwardsSchedule.ExceptionDay
-
Get the exception date.
- getExceptionDays() - Method in class fi.bitwards.service.BitwardsSchedule
-
Returns list schedule exception days.
- getFirmwareInfo() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the firmware information of the resource.
- getFirstName() - Method in class fi.bitwards.service.BitwardsUser
-
Get first name.
- getFloorInfo() - Method in class fi.bitwards.service.BitwardsResource
-
Get the floor information of the resource
- getFriendlyName() - Method in class fi.bitwards.service.BitwardsResource
-
Get the bluetooth friendly name of the resource.
- getHttpsBaseUrl() - Method in class fi.bitwards.service.BitwardsAdminService.CompanyNfcUrls
-
Get the HTTPS Base URL for the Bitwards URI scheme.
- getInstance() - Static method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- getInstance(Context, String) - Static method in class fi.bitwards.service.BitwardsService
-
Get BitwardsService instance.
- getInstance(BitwardsService) - Static method in class fi.bitwards.service.BitwardsAdminService
-
Get instance of BitwardsAdminService, which is a singleton.
- Get known resource list - Search tag in class fi.bitwards.service.BitwardsService
- Section
- getLastName() - Method in class fi.bitwards.service.BitwardsUser
-
Get last name
- getLatestMaintenanceStatus() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get status of the resource maintenance after last access attempt.
- getLatestRetryCount() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the retry count for latest resource access attempt.
- getLocationId() - Method in class fi.bitwards.service.BitwardsResource
-
Get the location Id of the resource
- getLocationLatitude() - Method in class fi.bitwards.service.BitwardsResource
-
Latitude of the location of the resource
- getLocationLongitude() - Method in class fi.bitwards.service.BitwardsResource
-
Longitude of the location of the resource
- getLocationName() - Method in class fi.bitwards.service.BitwardsResource
-
Get the location name of the resource
- getMacAddress() - Method in class fi.bitwards.service.BitwardsResource
-
Gets the MAC address of the BLE interface.
- getName() - Method in class fi.bitwards.service.BitwardsAdminService.CompanyNfcUrls
-
Get the name of the company.
- getName() - Method in class fi.bitwards.service.BitwardsSchedule.ExceptionDay
-
Get the name of the exception day.
- getName() - Method in class fi.bitwards.service.BitwardsSchedule.Rule
-
Get the name of the rule.
- getPhoneNumber() - Method in class fi.bitwards.service.BitwardsUser
-
Get phone number
- getReservationStatus() - Method in class fi.bitwards.service.BitwardsResource
-
Get the reservation status as reported by the resource (over Bluetooth).
- getReservationStatusFromServer() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource reservation status as reported by the server.
- getResourceDescription() - Method in class fi.bitwards.service.BitwardsResourceType
-
Get resource description.
- getResourceFriendlyName() - Method in class fi.bitwards.service.BitwardsResourceType
-
Get resource friendly name.
- getResourceHardware() - Method in class fi.bitwards.service.BitwardsResource
-
Gets ResourceHardware instance that describes the hardware features of the resource.
- getResourceHasAnyUserMode() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has Any User Mode.
- getResourceHasBLE() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has BLE.
- getResourceHasNFC() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has NFC.
- getResourceHasPinEnabled() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has Pin Enabled.
- getResourceHasSoftToken() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource is a soft token.
- getResourceId() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource id.
- getResourceImageURL() - Method in class fi.bitwards.service.BitwardsResourceType
-
Get resource image URL.
- getResourceManufacturerName() - Method in class fi.bitwards.service.BitwardsResourceType
-
Get the resource manufacturer name.
- getResourceModelName() - Method in class fi.bitwards.service.BitwardsResourceType
-
Get the resource manufacturer name.
- getResourceProtocolVersion() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the resource protocol version.
- getResourceReservationOperationMode() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource reservation operation mode from server
- getResourceReservationReleasingTime() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource reservation releasing time from server
- getResourceTime() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the time of the resource.
- getResourceType() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource type as reported by the resource (over Bluetooth).
- getResourceTypeFromServer() - Method in class fi.bitwards.service.BitwardsResource
-
Get the resource type as reported by the server.
- getRSSI() - Method in class fi.bitwards.service.BitwardsResource
-
Get RSSI of the resource if it has been found.
- getRssiThreshold() - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
-
This method returns the RSSI threshold which must be exceeded to trigger the proximity access.
- getRules() - Method in class fi.bitwards.service.BitwardsSchedule
-
Get the list of schedule rules.
- getScanMode() - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
-
The background scan mode for discovering resources.
- getScanRecord() - Method in class fi.bitwards.service.BitwardsResource
-
Get the can record sent by the resource, if resource was discovered using bluetooth.
- getScheduleId() - Method in class fi.bitwards.service.BitwardsResource.Validity
- getSerialNumber() - Method in class fi.bitwards.service.BitwardsResource
-
Get the serial number.
- getSerialNumber() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Get the serial number of the resource.
- getStartDate() - Method in class fi.bitwards.service.BitwardsResource.Validity
-
The starting time of the validity period.
- getStartingTime() - Method in class fi.bitwards.service.BitwardsSchedule.ExceptionDay
-
Get starting time of day when access is granted, inclusive.
- getStartingTime() - Method in class fi.bitwards.service.BitwardsSchedule.Rule
-
Get starting time of day when access is granted, inclusive.
- getStartingWeekday() - Method in class fi.bitwards.service.BitwardsSchedule.Rule
-
Get starting weekday, inclusive (first day of week is Monday).
- getStreetAddress() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get street address
- getStreetAddress() - Method in class fi.bitwards.service.BitwardsUser
-
Get street address
- getSupportEmail() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get support email
- getSupportEmail() - Method in class fi.bitwards.service.BitwardsResource
-
Get the support email for resource location
- getSupportEmail() - Method in class fi.bitwards.service.BitwardsUser
-
Get support email
- getSupportNumber() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get support number
- getSupportNumber() - Method in class fi.bitwards.service.BitwardsResource
-
Get the support number for resource location
- getSupportNumber() - Method in class fi.bitwards.service.BitwardsUser
-
Get support number
- getThresholdLifetime() - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
- Getting error code from BitwardsException - Search tag in class fi.bitwards.service.BitwardsService
- Section
- getUserRole() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get user role
- getUserRole() - Method in class fi.bitwards.service.BitwardsUser
-
Get user role
- getUserRoleName() - Method in class fi.bitwards.service.BitwardsUser
-
Get user role name
- getValidityList() - Method in class fi.bitwards.service.BitwardsResource
-
Deprecated.
- getVersion() - Method in class fi.bitwards.service.BitwardsService
-
Get the version of the BitwardsService instance.
- getZipCode() - Method in class fi.bitwards.service.BitwardsAdminInfo
-
Get zip code
- getZipCode() - Method in class fi.bitwards.service.BitwardsUser
-
Get zip code
H
- hasAccess(Date) - Method in class fi.bitwards.service.BitwardsSchedule
-
Check if at a given time access will granted based on this BitwardsSchedule instance.
- hasBatteryAlarm() - Method in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Check if the resource low battery level (applicable to battery powered resources).
- hasMaintenanceError() - Method in class fi.bitwards.service.BitwardsResource.AccessEvent
-
Was the resource maintenance successful or erroneous during this access attempt.
I
- initialize() - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- initialize(BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- initializeACRA(Context, Class) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Setup application crash reporting if needed.
- Initialize SDK and login end user - Search tag in class fi.bitwards.service.BitwardsService
- Section
- Introduction - Search tag in class fi.bitwards.service.BitwardsService
- Section
- Introduction - Search tag in package fi.bitwards.service
- Section
- isAuthenticationTokenValid() - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- isAuthenticationTokenValid(BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Check if authentication token used with the Bitwards backend environment is valid.
- isBackgroundScanActive() - Method in class fi.bitwards.service.BitwardsService
-
Check if BitwardsService instance has the background bluetooth scan is active.
- isConnected() - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- isInitialized() - Method in class fi.bitwards.service.BitwardsService.Debug
-
Check if ACRA has been initialized.*
- isInitialized() - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- isLoggedIn() - Method in class fi.bitwards.service.BitwardsService
-
Check if BitwardsService instance is logged in to Bitwards backend environment.
- isMaintenanceFailed() - Method in class fi.bitwards.service.BitwardsResource
-
Determines whether the most recent maintenance with the resource was successful or not.
- isMaintenancePending() - Method in class fi.bitwards.service.BitwardsResource
-
Determines whether there are pending maintenance messages to be sent to the resource.
- isNfcPaused() - Method in class fi.bitwards.service.BitwardsService
-
Check if the processing of NFC connections is paused.
- isOperationActive() - Method in class fi.bitwards.service.BitwardsService
-
Check if BitwardsService instance has an asynchronous operation active.
- isResourceBatteryPowered() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has Battery powered.
- isResourceWifiEnabled() - Method in class fi.bitwards.service.BitwardsResourceType
-
Determines whether resource has Wifi Capability.
- isSoftToken() - Method in class fi.bitwards.service.BitwardsResource
-
Determines whether resource is a soft token.
- isUniversal() - Method in class fi.bitwards.service.BitwardsResource
-
Check if the resource is a Universal resource
- isValid() - Method in class fi.bitwards.service.BitwardsResource
-
Check if access to the resource is valid now.
L
- login(BitwardsCredential, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Login to Bitwards backend environment.
- LoginCallback() - Constructor for class fi.bitwards.service.BitwardsService.LoginCallback
- logout() - Method in class fi.bitwards.service.BitwardsService
-
Log out from Bitwards backend environment.
- logout(BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- Logout end user - Search tag in class fi.bitwards.service.BitwardsService
- Section
M
- maintainResource(BitwardsResource, BitwardsService.BLEResourceMaintenanceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Attempt to connect to and execute maintenance with a Bitwards resource using BLE.
- MAINTENANCE_STATUS_FAILED - Static variable in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Resource maintenance failed.
- MAINTENANCE_STATUS_NORMAL - Static variable in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Resource maintenance was successfully completed, or skipped intentionally.
- MAINTENANCE_STATUS_UNKNOWN - Static variable in class fi.bitwards.service.BitwardsResource.ResourceHardware
-
Resource maintenance is unknown.
- mNextAttemptTime - Variable in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
N
- needsBluetoothProximity() - Method in class fi.bitwards.service.BitwardsResource
- notify(Context, BitwardsService) - Method in interface fi.bitwards.service.BitwardsService.Notifier
-
This method is called when BitwardsService instance has been setup.
O
- onAccessDenied(BitwardsResource, int) - Method in interface fi.bitwards.service.BitwardsService.NFCResourceCallback
-
Access was denied to a NFC or BLE based resource.
- onAccessGranted(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.NFCResourceCallback
-
Access was granted to a NFC or BLE based resource.
- onAccessingResource(BitwardsResource) - Method in class fi.bitwards.service.BitwardsService.BluetoothProximityAccess
-
This method is called when proximity opening for a resource has been triggered.
- onAuthenticationTokenExpired(BitwardsService) - Method in interface fi.bitwards.service.BitwardsService.AuthenticationTokenExpiredCallback
-
This method is called when authentication token has expired.
- onBitwardsResourceListUpdated(List<BitwardsResource>) - Method in interface fi.bitwards.service.BitwardsService.BitwardsResourceListUpdatedCallback
-
This method is called when BitwardResource has been updated from the server.
- onConnected(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BLEResourceConnectionStateCallback
-
Connected to resource via GATT connection.
- onConnecting(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BLEResourceConnectionStateCallback
-
Connecting to resource via GATT connection.
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.BackgroundScanCallback
-
An error occurred during background scan
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.BitwardsInstallationRequestListCallback
-
An error occurred.
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.BitwardsResourceListCallback
-
Deprecated.An error occurred.
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.BitwardsResourceTypeListCallback
-
An error occurred.
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.BitwardsUserCallback
-
An error occurred.
- onError(int) - Method in interface fi.bitwards.service.BitwardsService.ResultCallback
-
An error occurred.
- onError(BitwardsException) - Method in interface fi.bitwards.service.BitwardsAdminService.BitwardsAdminCallback
-
This method is called when an oepration has failed.
- onError(BitwardsResource, int) - Method in interface fi.bitwards.service.BitwardsService.NFCResourceCallback
-
An error occurred when accessing resource
- onLoginEvent(int) - Method in class fi.bitwards.service.BitwardsService.LoginCallback
-
This method is called when a login event has happened.
- onMaintenanceCompleted(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BLEResourceMaintenanceCallback
-
The maintenance phase of the communication with the resource has been completed.
- onResourceFound(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BackgroundScanCallback
-
BLE based resource was found, i.e.
- onResourceLost(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BackgroundScanCallback
-
BLE based resource was lost, i.e., it not discoverable with BLE.
- onResourceNotFound(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.BLEResourceCallback
-
No BLE based resources were found during BLE scan (when using discoverAndAccessResource(..) method).
- onSelectResource(List<BitwardsResource>, BitwardsService.SelectResourceCallback) - Method in interface fi.bitwards.service.BitwardsService.BLEResourceCallback
-
More that one known resource was found during BLE scan (when using discoverAndAccessResource(..) method).
- onSuccess() - Method in interface fi.bitwards.service.BitwardsService.ResultCallback
-
Operation was successful.
- onSuccess(BitwardsUser) - Method in interface fi.bitwards.service.BitwardsService.BitwardsUserCallback
-
Operation was successful.
- onSuccess(Object) - Method in interface fi.bitwards.service.BitwardsAdminService.BitwardsAdminCallback
-
This method is called when an operation has been successfully completed.
- onSuccess(List<BitwardsInstallationRequest>) - Method in interface fi.bitwards.service.BitwardsService.BitwardsInstallationRequestListCallback
-
Operation was successful.
- onSuccess(List<BitwardsResource>) - Method in interface fi.bitwards.service.BitwardsService.BitwardsResourceListCallback
-
Deprecated.Operation was successful.
- onSuccess(List<BitwardsResourceType>) - Method in interface fi.bitwards.service.BitwardsService.BitwardsResourceTypeListCallback
-
Operation was successful.
P
- pauseNfc() - Method in class fi.bitwards.service.BitwardsService
-
Pause processing of NFC connections from Bitwards resources.
- Prerequisites - Search tag in package fi.bitwards.service
- Section
R
- REASON_BAD_DATA - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: bad data.
- REASON_CREATIONTIME_IN_FUTURE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: token creation time in future.
- REASON_DELEGATION_CACHE_OVERRUN - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: delegation cache overrun.
- REASON_DELEGATION_USED - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: delegation used.
- REASON_ILLEGAL_USER_ROLE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: token owner has illegal user role.
- REASON_NO_VALID_TOKEN - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: application does not have have a valid token for the resource.
- REASON_OPERATION_DENIED_BY_EXCEPTION_SCHEDULE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: access denied due to exception schedule.
- REASON_OPERATION_DENIED_BY_REGULAR_SCHEDULE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: access denied due to regular schedule access list.
- REASON_OPERATION_FAILED_BATTERY_CRITICAL - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: operation failed due to resource's battery being critical.
- REASON_PERIPHERAL_COMMUNICATION_FAILURE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: peripheral communication failure occurred.
- REASON_PERIPHERAL_FAILURE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: peripheral failure occurred.
- REASON_RESOURCE_ALREADY_RESERVED - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: resource is already reserved.
- REASON_TOKEN_BLACKLISTED - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: token is blacklisted.
- REASON_WRONG_DELEGATION - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: wrong delegation.
- REASON_WRONG_SIGNATURE - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: bad signature.
- REASON_WRONG_TIME_WINDOW - Static variable in class fi.bitwards.service.BitwardsService
-
Operation with Bitwards resource failed: token has wrong time window.
- refresh(BitwardsCredential, BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Refresh connection to Bitwards backend environment using new BitwardsCredential.
- Register/unregister for discovering resources nearby - Search tag in class fi.bitwards.service.BitwardsService
- Section
- registerBackgroundScanCallback(BitwardsService.BackgroundScanCallback) - Method in class fi.bitwards.service.BitwardsService
-
Register a BackgroundScanCallback instance to discover BLE based Bitwards resources that are known to the logged in Bitwards end user.
- registerBackgroundScanCallback(BitwardsService.BackgroundScanCallback, int) - Method in class fi.bitwards.service.BitwardsService
-
Register a BackgroundScanCallback instance to discover BLE based Bitwards resources, optionally also unknown Bitwards resources to the logged in Bitwards end user are included.
- RESERVATION_MODE_ANY_USER_CLOSED - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation mode is ANY_USER_CLOSED
- RESERVATION_MODE_ANY_USER_OPEN - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation mode is ANY_USER_OPEN
- RESERVATION_MODE_ANY_USER_UNTIL_OPEN - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation mode is ANY_USER_UNTIL_OPEN
- RESERVATION_STATUS_ASSIGNED - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is ASSIGNED (resource type must not be RESERVABLE)
- RESERVATION_STATUS_BOOKED_LOCKED - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is BOOKED_LOCKED (resource type must be RESERVABLE)
- RESERVATION_STATUS_EXPIRED - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is EXPIRED (resource type must be RESERVABLE)
- RESERVATION_STATUS_FREE - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is FREE (resource type must be RESERVABLE)
- RESERVATION_STATUS_NOT_RESERVABLE - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is NOT_RESERVABLE (resource type must not be RESERVABLE)
- RESERVATION_STATUS_RE_LOCKING - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is ReLOCKING (resource type must be RESERVABLE)
- RESERVATION_STATUS_RELEASING - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is RELEASING (resource type must be RESERVABLE)
- RESERVATION_STATUS_UNKNOWN - Static variable in class fi.bitwards.service.BitwardsResource
-
Reservation status is UNKNOWN
- RESOURCE_SCAN_MODE_FULL - Static variable in class fi.bitwards.service.BitwardsService
-
Bluetooth scan mode: scan for Bitwards resources will report all found resources, including unknown ones.
- RESOURCE_SCAN_MODE_KNOWN - Static variable in class fi.bitwards.service.BitwardsService
-
Bluetooth scan mode: scan for Bitwards resources will report only regular resources known by the logged in Bitwards end user.
- RESOURCE_SCAN_MODE_UNIVERSAL - Static variable in class fi.bitwards.service.BitwardsService
-
Bluetooth scan mode: scan for Bitwards resources will report only universal resources known by the logged in Bitwards end user.
- RESOURCE_TYPE_NORMAL - Static variable in class fi.bitwards.service.BitwardsResource
-
Resource type NORMAL
- RESOURCE_TYPE_RESERVABLE - Static variable in class fi.bitwards.service.BitwardsResource
-
Resource type RESERVABLE, actual reservation status is obtained with getReservationStatus() method.
- resumeNfc() - Method in class fi.bitwards.service.BitwardsService
-
Resume processing of NFC connections from Bitwards resources.
S
- scanAndAccessResource(BitwardsResource, long, BitwardsService.BLEResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Scan for the given resource and if found, access the resource.
- scanForResource(BitwardsService.BLEResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- scanForResource(BitwardsService.BLEResourceCallback, int) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- selectedResource(BitwardsResource) - Method in interface fi.bitwards.service.BitwardsService.SelectResourceCallback
-
For selecting the resource.
- sendErrorReport() - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Send an error report to Bitwards if error reporting has been enabled.
- sendErrorReport(String) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Send an error report to Bitwards if error reporting has been enabled.
- sendErrorReport(Throwable) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Send an error report for an exception to Bitwards if error reporting has been enabled.
- sendErrorReport(Properties) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Send an error report with additional properties to Bitwards if error reporting has been enabled.
- set(String, String) - Method in class fi.bitwards.service.BitwardsConfig.Builder
-
Set default setting, where value is String
- setAuthenticationDomain(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the authentication domain of the BitwardsCredential.
- setAuthenticationToken(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the authentication token or authorization code of the BitwardsCredential.
- setAuthenticationTokenExpiredCallback(BitwardsService.AuthenticationTokenExpiredCallback) - Method in class fi.bitwards.service.BitwardsService
-
Set callback for receiving notifications when the authentiation token has expired.
- setBitwardsConfig(BitwardsConfig) - Method in class fi.bitwards.service.BitwardsService
-
Set default settings for BitwardsService instance.
- setBitwardsResourceListUpdatedCallback(BitwardsService.BitwardsResourceListUpdatedCallback) - Method in class fi.bitwards.service.BitwardsService
-
Set the callback for receiving notifications when the list of Bitwards resources for the logged in Bitwards end user has been updated automatically.
- setBoolean(String, boolean) - Method in class fi.bitwards.service.BitwardsConfig.Builder
-
Set default settings, where value is boolean.
- setCity(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set city
- setCountry(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set country
- setEmail(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set email
- setErrorReporting(boolean) - Static method in class fi.bitwards.service.BitwardsService.Debug
-
Set whether you want errors that occurred in SDK operation to be sent to Bitwards.
- setFirstName(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set first name
- setGrantType(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the (optional) grant type of the BitwardsCredential.
- setLastName(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set last name
- setNFCResourceCallback(BitwardsService.NFCResourceCallback) - Method in class fi.bitwards.service.BitwardsService
-
Set the callback for NFC based Bitwards resource event callbacks.
- setNotifier(Class) - Method in class fi.bitwards.service.BitwardsService
-
Set BitwardsService.Notifier class.
- setOverWrite(boolean) - Method in class fi.bitwards.service.BitwardsConfig.Builder
-
Set overwrite flag
- setPassword(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the password of the BitwardsCredential.
- setPhoneNumber(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set phone number
- setRedirectUri(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the (optional) redirect URI that was used when obtaining the authentication token or authorization code.
- setRefreshToken(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the (optional) refresh token of the BitwardsCredential.
- setStreetAddress(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set street address
- Setup callback for NFC based resources - Search tag in class fi.bitwards.service.BitwardsService
- Section
- Setup project - Search tag in package fi.bitwards.service
- Section
- setUsername(String) - Method in class fi.bitwards.service.BitwardsCredential.Builder
-
Set the username of the BitwardsCredential.
- setZipCode(String) - Method in class fi.bitwards.service.BitwardsUser
-
Set zip code
- startBackgroundScan(BitwardsService.BackgroundScanCallback) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- startBackgroundScan(BitwardsService.BackgroundScanCallback, int) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- startBluetoothProximityAccess(BitwardsService.BluetoothProximityAccess) - Method in class fi.bitwards.service.BitwardsService
-
Start Bitwards resource discovery for proximity access.
- stopBackgroundScan() - Method in class fi.bitwards.service.BitwardsService
-
Stop the ongoing BLE background scan.
- stopBluetoothProximityAccess(BitwardsService.BluetoothProximityAccess) - Method in class fi.bitwards.service.BitwardsService
-
Stop Bitwards resource discovery for proximity access.
- synchronize(BitwardsService.ResultCallback) - Method in class fi.bitwards.service.BitwardsService
-
Synchronize the local SDK database (e.g., Bitwards resource list and user data) with the Bitwards backend server.
- Synchronize with backend server - Search tag in class fi.bitwards.service.BitwardsService
- Section
T
- TAG - Static variable in class fi.bitwards.service.BitwardsSchedule
- toString() - Method in class fi.bitwards.service.BitwardsAdminInfo
- toString() - Method in class fi.bitwards.service.BitwardsResource
- toString() - Method in class fi.bitwards.service.BitwardsUser
- TYPE_OAUTH2_AUTH_TOKEN - Static variable in class fi.bitwards.service.BitwardsCredential
- TYPE_USERNAME_PASSWORD - Static variable in class fi.bitwards.service.BitwardsCredential
U
- unregisterBackgroundScanCallback(BitwardsService.BackgroundScanCallback) - Method in class fi.bitwards.service.BitwardsService
-
Unregister a BackgroundScanCallback instance.
- updateBitwardsUser(BitwardsUser) - Method in class fi.bitwards.service.BitwardsService
-
Deprecated.
- updateBitwardsUser(BitwardsUser, BitwardsService.BitwardsUserCallback) - Method in class fi.bitwards.service.BitwardsService
-
Change profile data of the logged in Bitwards end user.
- USER_CREDENTIALS_CORRECT - Static variable in class fi.bitwards.service.BitwardsService.LoginCallback
-
This event is triggered when end user has been logged in successfully (i.e., login credentials where correct), but other backend communication related to the login process is still happening.
- Utility functions - Search tag in class fi.bitwards.service.BitwardsService
- Section
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form