DDNotificationContactPhotoSettings
@interface DDNotificationContactPhotoSettings
An object representing settings for the photo to be provided by a promise.
-
The background colour to show for the contact photo view if the provided image contains any transparency.
Declaration
Objective-C
@property (nonatomic, retain) UIColor *backgroundColor
-
Whether or not ShortLook should automatically cache the returned image from your provider and use it for all future notifications with the same photo identifier and application.
Declaration
Objective-C
@property (nonatomic, assign, unsafe_unretained, readwrite) int usesCaching;