BUNetworkSelectStringParameters Class Reference
Inherits from | NSObject |
---|---|
Declared in | BUNetworkSelectStringParameters.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
"GlobalFooter" = @"%@ is logged in";
// Example setting of parameter for the format string
networkSelectController.stringParams.globalFooter = @[@"Joe User"];
Global parameters
globalTitle
Parameters for the title that appears in the user interface
@property (nonatomic, copy, nullable) NSArray *globalTitle
Discussion
Parameters for the title that appears in the user interface
Declared In
BUNetworkSelectStringParameters.h
globalFooter
Parameters for the footer that appears in the user interface
@property (nonatomic, copy, nullable) NSArray *globalFooter
Discussion
Parameters for the footer that appears in the user interface
Declared In
BUNetworkSelectStringParameters.h
Wifi Details Screen parameters
wifiDetailHidePassword
Parameters for password hiding label on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailHidePassword
Discussion
Parameters for password hiding label on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailInstructions
Parameters for instructions text area on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailInstructions
Discussion
Parameters for instructions text area on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailNetwork
Parameters for network label on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailNetwork
Discussion
Parameters for network label on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailNetworkPlaceholder
Parameters for network placeholder on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailNetworkPlaceholder
Discussion
Parameters for network placeholder on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailPassword
Parameters for password label on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailPassword
Discussion
Parameters for password label on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailPasswordPlaceholder
Parameters for password placeholder on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailPasswordPlaceholder
Discussion
Parameters for password placeholder on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailRememberPassword
Parameters for remember password label on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailRememberPassword
Discussion
Parameters for remember password label on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailSendBlinkUp
Parameters for send BlinkUp button on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailSendBlinkUp
Discussion
Parameters for send BlinkUp button on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
wifiDetailShowPassword
Parameters for show password label on the Wifi details screen
@property (nonatomic, copy, nullable) NSArray *wifiDetailShowPassword
Discussion
Parameters for show password label on the Wifi details screen
Declared In
BUNetworkSelectStringParameters.h
Network Settings Screen parameters
wifiSettingsCancel
Parameters for cancel button on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsCancel
Discussion
Parameters for cancel button on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
wifiSettingsClearWirelessConfiguration
Parameters for clear wireless button on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsClearWirelessConfiguration
Discussion
Parameters for clear wireless button on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
wifiSettingsConnectADevice
Parameters for connect a device label on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsConnectADevice
Discussion
Parameters for connect a device label on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
wifiSettingsConnectUsingWPS
Parameters for connect using wps label on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsConnectUsingWPS
Discussion
Parameters for connect using wps label on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
wifiSettingsDisconnectADevice
Parameters for disconnect a device label on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsDisconnectADevice
Discussion
Parameters for disconnect a device label on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
wifiSettingsOtherNetwork
Parameters for other networks label on the Wifi setting screen
@property (nonatomic, copy, nullable) NSArray *wifiSettingsOtherNetwork
Discussion
Parameters for other networks label on the Wifi setting screen
Declared In
BUNetworkSelectStringParameters.h
WPS Details Screen parameters
wpsDetailInformation
Parameters for detail information text area on the WPS details screen
@property (nonatomic, copy, nullable) NSArray *wpsDetailInformation
Discussion
Parameters for detail information text area on the WPS details screen
Declared In
BUNetworkSelectStringParameters.h
wpsDetailSendBlinkUp
Parameters for send BlinkUp button on the WPS details screen
@property (nonatomic, copy, nullable) NSArray *wpsDetailSendBlinkUp
Discussion
Parameters for send BlinkUp button on the WPS details screen
Declared In
BUNetworkSelectStringParameters.h
wpsDetailInstructions
Parameters for instructions text area on the WPS details screen
@property (nonatomic, copy, nullable) NSArray *wpsDetailInstructions
Discussion
Parameters for instructions text area on the WPS details screen
Declared In
BUNetworkSelectStringParameters.h
wpsDetailWPSPIN
Parameters for pin label on the WPS details screen
@property (nonatomic, copy, nullable) NSArray *wpsDetailWPSPIN
Discussion
Parameters for pin label on the WPS details screen
Declared In
BUNetworkSelectStringParameters.h
wpsDetailWPSPINPlaceholder
Parameters for pin placeholder on the WPS details screen
@property (nonatomic, copy, nullable) NSArray *wpsDetailWPSPINPlaceholder
Discussion
Parameters for pin placeholder on the WPS details screen
Declared In
BUNetworkSelectStringParameters.h