PaymentSDK
Mobile payment SDK
WDStyle Class Reference

Base class of all payment methods styles. More...

#import <WDStyle.h>

+ Inheritance diagram for WDStyle:
+ Collaboration diagram for WDStyle:

Properties

WDLocale locale
 WDLocale enum used to localize native UI. More...
 

Additional Inherited Members

- Public Class Methods inherited from NSObject
(id+ alloc
 
(Class+ class
 
(void) + initialize
 
(void) + load
 
(id+ new
 
- Public Instance Methods inherited from NSObject
(Class- classForCoder
 
(id- copy
 
(void) - dealloc
 
(void) - finalize
 
(id- init
 
(id- mutableCopy
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Base class of all payment methods styles.

Property Documentation

- (WDLocale) locale
readwritenonatomicassign

WDLocale enum used to localize native UI.

Localization of native components happens in following order:

  • overriden UI component value (e.g. [WDSEPAStyle cancelButtonTitle], etc.)
  • localized value by [WDStyle locale]
  • localized value by [WDPayment locale]
  • localized value by [NSLocale preferredLanguages]
  • if localization is not set or localization files are missing default english value is used.