ESTEddystoneURL
Deprecated
Deprecated since 4.31.0.
@interface ESTEddystoneURL : ESTEddystone
ESTEddystoneURL represents Eddystone URL packet coming from ESTEddystoneManager class.
-
URL address advertised by the beacon device packet type is set to ESTBeaconPacketTypeEddystoneURL
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *_Nullable url;Swift
var url: String? { get } -
Initialized ESTEddystoneURL object with url.
Declaration
Objective-C
- (nonnull instancetype)initWithURL:(nonnull NSString *)url;Swift
init(url: String)Parameters
urlURL broadcasted by the device.
View on GitHub
ESTEddystoneURL Class Reference