SecureBlackbox 2020 iOS Edition

Questions / Feedback?

successResponse (property)

The web page showed to the user by the class on authorization success.

Syntax

@property (nonatomic,readwrite,assign,getter=successResponse,setter=setSuccessResponse:) NSString* successResponse;
- (NSString*)successResponse;
- (void)setSuccessResponse:(NSString*)newSuccessResponse;
public var successResponse: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the html of the web page to be shown on authorization success.

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