Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
SDK 2.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama krishna committed Sep 8, 2017
1 parent c89ac1d commit 41c7efd
Show file tree
Hide file tree
Showing 71 changed files with 10 additions and 11 deletions.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDCallProsperCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFooterTableCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormButtonCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormReviewCell.nib
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDFormTextCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PDMultiLineTextCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Frameworks/ProsperBorrowerSDK.bundle/PMICreditCheckCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ framework module ProsperBorrowerSDK {
link "sqlite3"
link framework "UIKit"
link framework "SystemConfiguration"
link framework "QuartzCore"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/*!
@method
@abstract Pass the Selected offer by the user. This loads the borrower SDK UI.
@param delegate - the caller object
param delegate - the caller object
*/
- (PMIBorrowerViewController*)initWithOffer:(PMILoanOffer*)offer
delegate:(id<PMIBorrowerDelegate>) delegate;
Expand All @@ -37,7 +37,7 @@
@method
@abstract Creates the borrower controller from the passed borrower Information. This loads the borrower SDK UI.
Use this method only if there are no complete 13 fields information that gets passed to borrowerInfo object.
@param delegate - the caller object
param delegate - the caller object
*/
- (PMIBorrowerViewController*)initWithDetails:(PMIBorrowerInfo*)borrowerInfo
delegate:(id<PMIBorrowerDelegate>) delegate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ typedef void (^PMIProspectOffersResponseCompletionBlock)(PMIProspectOffersRespon
@method
@abstract Return the loan offers.
@param requestParams If all values are not set for requestParams, this method will return error.
param requestParams If all values are not set for requestParams, this method will return error.
@return PMILoanOffersProspectResponseCompletionBlock called when the getLoanOffers method is completed.
@param PMILoanOffersResponse type has PMILoanOffersList and PMIResponseError objects.
return PMILoanOffersProspectResponseCompletionBlock called when the getLoanOffers method is completed.
param PMILoanOffersResponse type has PMILoanOffersList and PMIResponseError objects.
PMILoanOffersList gets initailzed if there is success.
PMIResponseError contains error information for failure.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
/**
* Initializes the Prosper configuration
@param clientId pass the clientID that is communicated
@param clientSecret pass the clientSecret that is communicated
@param refMC pass the refMC that is communicated
@param refAC pass the refAC that is communicated
@param flag pass YES if the clientId, ClientSecret are for production environment
param clientId pass the clientID that is communicated
param clientSecret pass the clientSecret that is communicated
param refMC pass the refMC that is communicated
param refAC pass the refAC that is communicated
param flag pass YES if the clientId, ClientSecret are for production environment
pass NO if the clientId, ClientSecret are for sandbox environment
**/
+ (void) initWithClientId:(NSString*)clientId
Expand Down
Binary file not shown.

0 comments on commit 41c7efd

Please sign in to comment.