Notification containing an updated hashID which can be used over connection cycles (i.e. loss of connection, ignition cycles, etc.). Sent after initial registration and subsequently after any change in the calculated hash of all persisted app data.
Calculated hash ID to be referenced during RegisterAppInterface request.
@property (nonatomic, strong) NSString *_Nonnull hashID;
var hashID: String { get set }