HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDContainerConfiguration Class Reference

base container configuration More...

#import <HIDContainerInitialization.h>

Inheritance diagram for HIDContainerConfiguration:
HIDContainerInitialization HIDContainerRenewal

Properties

NSString * containerFriendlyName
 The container friendly name. (expected max 128 characters)
 
NSString * deviceFriendlyName
 The device friendly name. (expected max 128 characters) More...
 
NSString * pushId
 The base64 representation of the device token identifier provided by notification service,. More...
 

Detailed Description

base container configuration

Property Documentation

- (NSString*) deviceFriendlyName
readwriteatomic

The device friendly name. (expected max 128 characters)

This name will be communicated to the server and may be used by other applications to help the end-user identify his/her device.

- (NSString*) pushId
readwriteatomic

The base64 representation of the device token identifier provided by notification service,.

This identifier will be communicated to the server to allow it to send notifications. Value should be left blank to disable push notification for device.