keyboardInteractivePromptPrompt (property)

The prompt label/text the client should present to the user.

Syntax

- (NSString*)keyboardInteractivePromptPrompt:(int)promptIndex;
- (void)setKeyboardInteractivePromptPrompt:(int)promptIndex:(NSString*)newKeyboardInteractivePromptPrompt;
public func keyboardInteractivePromptPrompt(promptIndex: Int32) throws -> String
public func setKeyboardInteractivePromptPrompt(promptIndex: Int32, newKeyboardInteractivePromptPrompt: String) throws -> Void

Default Value

""

Remarks

The prompt label/text the client should present to the user.

The PromptIndex parameter specifies the index of the item in the array. The size of the array is controlled by the KeyboardInteractivePromptCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 iOS Edition - Version 20.0 [Build 8263]