KTKSecureEddystoneRegion Class Reference
Inherits from | KTKEddystoneRegion : NSObject |
---|---|
Conforms to | NSCopying NSSecureCoding |
Declared in | KTKSecureEddystoneRegion.h |
Secure Eddystone Region Properties
secureNamespaceID
Eddystone region secure namespace ID.
@property (nonatomic, copy, readwrite) NSString *secureNamespaceID
Discussion
Eddystone region secure namespace ID.
Declared In
KTKSecureEddystoneRegion.h
Initialization Methods
– initWithSecureNamespaceID:
Initializes and returns a region object that targets an eddystone with the specified secure namespace ID.
- (instancetype)initWithSecureNamespaceID:(NSString *_Nonnull)secureNamespaceID
Parameters
secureNamespaceID |
Secure namespace ID string of the eddystone being targeted. |
---|
Return Value
An initialized secure eddystone region object.
Discussion
Initializes and returns a region object that targets an eddystone with the specified secure namespace ID.
Declared In
KTKSecureEddystoneRegion.h
– initWithSecureNamespaceID:instanceID:
Initializes and returns a region object that targets an eddystone with the specified secure namespace ID and instance ID.
- (instancetype)initWithSecureNamespaceID:(NSString *_Nonnull)secureNamespaceID instanceID:(NSString *_Nullable)instanceID
Parameters
secureNamespaceID |
Secure namespace ID string of the eddystone being targeted. |
---|---|
instanceID |
Instance ID string of the eddystone being targeted. |
Return Value
An initialized secure eddystone region object.
Discussion
Initializes and returns a region object that targets an eddystone with the specified secure namespace ID and instance ID.
Declared In
KTKSecureEddystoneRegion.h
– initWithURL:
Initializes and returns a region object that targets an eddystone with the specified URL.
- (instancetype)initWithURL:(NSURL *)URL
Parameters
URL |
URL object of the eddystone being targeted. |
---|
Return Value
An initialized eddystone region object.
Discussion
Initializes and returns a region object that targets an eddystone with the specified URL.
Declared In
KTKEddystoneRegion.h
– initWithURLDomain:
Initializes and returns a region object that targets an eddystone with the specified URL domain.
- (instancetype)initWithURLDomain:(NSString *)URLDomain
Parameters
URLDomain |
URL domain of the eddystone being targeted. |
---|
Return Value
An initialized eddystone region object.
Discussion
Initializes and returns a region object that targets an eddystone with the specified URL domain.
Declared In
KTKEddystoneRegion.h