Skip to content

Commit 0c019d1

Browse files
author
Bitrise Bot
committed
New release 3.1.6
1 parent cb353fd commit 0c019d1

File tree

24 files changed

+298
-258
lines changed

24 files changed

+298
-258
lines changed
64.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Beaconstac/Beaconstac.framework/Headers/Beaconstac-Swift.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@ SWIFT_PROTOCOL("_TtP10Beaconstac14BeaconDelegate_")
206206
- (void)didExitRegion:(Beaconstac * _Nonnull)beaconstac region:(NSString * _Nonnull)region;
207207
@end
208208

209+
typedef SWIFT_ENUM(NSInteger, BeaconHardwareType) {
210+
BeaconHardwareTypeUnknown = 0,
211+
BeaconHardwareTypeIndoor = 1,
212+
BeaconHardwareTypeOutdoor = 2,
213+
BeaconHardwareTypePocket = 3,
214+
BeaconHardwareTypeKeychain = 4,
215+
BeaconHardwareTypeLongrange = 5,
216+
};
217+
209218
typedef SWIFT_ENUM(NSInteger, BeaconState) {
210219
BeaconStateActive = 0,
211220
BeaconStateSleeping = 1,
@@ -419,6 +428,8 @@ SWIFT_CLASS("_TtC10Beaconstac9MHardware")
419428
@property (nonatomic, readonly) int64_t transmissionPower;
420429
/// The firmware version of the beacon hardware
421430
@property (nonatomic, readonly, copy) NSString * _Nonnull firmwareVersion;
431+
/// The hardware type of the beacon
432+
@property (nonatomic, readonly) enum BeaconHardwareType type;
422433
/// The eddystone object of the beacon hardware
423434
@property (nonatomic, readonly, strong) MEddystone * _Nonnull eddystone;
424435
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)