SDLOnHashChange Class Reference

Section Contents

Overview

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.

hashID

Calculated hash ID to be referenced during RegisterAppInterface request.

Objective-C

@property (nonatomic, strong) NSString *_Nonnull hashID;

Swift

var hashID: String { get set }