commitHashString Type Property

@property (class, nonatomic, readonly) NSString * commitHashString;

The Git commit hash the SDK was built from, or an empty string if unavailable.

Top