huawei_nearbyservice 6.12.1+310 huawei_nearbyservice: ^6.12.1+310 copied to clipboard
Nearby Service Data Communication allows apps to easily discover nearby devices and set up communication with them using technologies such as Bluetooth and Wi-Fi.
6.12.1+310 #
- Breaking Change: Wifi Service has been removed.
- Breaking Change: API 33 support has been added.
- Added
registerScanTask
,unRegisterScanTask
,getRawBeaconConditions
andgetBeaconMsgConditions
methods. - Added
getBeaconBroadcastStream
listener. - Added
setAgcRegion
method with its enum classRegionCode
.
6.4.0+300 #
- Breaking Change: With this release,
NearbyPermissionHandler
has been removed. You are expected to handle required permissions on your own. You can learn more about the required permissions from our official documentations - Deleted the capability of prompting users to install HMS Core (APK).
- Supported the new Bluetooth permissions in Android 12.
6.1.0+300 #
- Added the requestConnectEx(String name, String endpointId, ConnectOption) method to the HMSDiscoveryEngine class.
- Added the getChannelPolicy() method to the ConnectResult class.
- Added the ConnectOption and ChannelPolicy classes.
- Added the STATUS_WIFI_NOT_SUPPORT_SHARE, STATUS_WIFI_MUST_BE_ENABLED, and STATUS_ANDROID_HMS_RESTRICTED error codes.
- Modified the ConnectResult(Status) build method in the ConnectResult class to ConnectResult(Status, ChannelPolicy).
- Deprecated the requestConnect(String name, String endpointId) method in the HMSDiscoveryEngine class.
- Migrated to null-safety.
5.0.4+303 #
- Updated HMSLogger.
5.0.4+302 #
- Initial release.