| + (NSBundle *) accelaSDKBundle |
|
|
|
Gets Accela SDK bundle
- Since
- 2.3
| + (unsigned long) currentTimeInMilliseconds |
|
|
|
Gets current time
- Returns
- current time in milliseconds
- Since
- 2.3
| + (NSDictionary*) dictionaryByParsingURLQueryPart: |
|
(NSString *) |
encodedString |
|
Parsing URL query
- Parameters
-
| encodedString | Encoded string |
- Returns
- dictionary
- Since
- 2.3
| + (NSTimeInterval) randomTimeInterval: |
|
(NSTimeInterval) |
minValue |
| withMaxValue: |
|
(NSTimeInterval) |
maxValue |
|
|
| |
Generates a random time
- Parameters
-
| minValue | min value |
| maxValue | max value |
- Returns
- random time
- Since
- 2.3
| + (NSString*) stringByURLDecodingString: |
|
(NSString *) |
escapedString |
|
Decode string for URL
- Parameters
-
| escapedString | Escaped string |
- Returns
- unescaped string
- Since
- 2.3
| + (NSString*) stringByURLEncodingString: |
|
(NSString *) |
unescapedString |
|
Encodes string for URL
- Parameters
-
| unescapedString | Unescaped string |
- Returns
- escaped string
- Since
- 2.3
The documentation for this class was generated from the following file:
- /Users/Alan/GitHub/Accela-iOS-SDK/installation/MobileSDKs/AccelaMobile.framework/Headers/AMUtility.h