BUFlashStringParameters Class Reference
Inherits from | NSObject |
---|---|
Declared in | BUFlashStringParameters.h |
Overview
Runtime string parameters
Collection of arrays that can be used for parameters based on NSString format in the BlinkUpSDK.strings localization file. See the Text Customization guide.
// Example .strings text
"PreflashText" = @"Point the screen at your %@";
// Example setting of parameter for the format string
flashController.stringParams.preflashText = @[@"Device Type 3"];
interstitialContinue
Parameters for button text on the interstitial screen if shown
@property (nonatomic, copy, nullable) NSArray *interstitialContinue
Discussion
Parameters for button text on the interstitial screen if shown
Declared In
BUFlashStringParameters.h
preflashText
Parameters for the preflash screen if it contains text
@property (nonatomic, copy, nullable) NSArray *preflashText
Discussion
Parameters for the preflash screen if it contains text
Declared In
BUFlashStringParameters.h