Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
AMUtility Class Reference
Inheritance diagram for AMUtility:

Class Methods

(NSDictionary *) + dictionaryByParsingURLQueryPart:
 
(NSString *) + stringByURLDecodingString:
 
(NSString *) + stringByURLEncodingString:
 
(unsigned long) + currentTimeInMilliseconds
 
(NSTimeInterval) + randomTimeInterval:withMaxValue:
 
(NSBundle *) + accelaSDKBundle
 
(NSString *) + localizedStringForKey:withDefault:
 
(NSString *) + localizedStringForKey:withDefault:inBundle:
 

Method Documentation

+ (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
encodedStringEncoded string
Returns
dictionary
Since
2.3
+ (NSTimeInterval) randomTimeInterval: (NSTimeInterval)  minValue
withMaxValue: (NSTimeInterval)  maxValue 

Generates a random time

Parameters
minValuemin value
maxValuemax value
Returns
random time
Since
2.3
+ (NSString*) stringByURLDecodingString: (NSString *)  escapedString

Decode string for URL

Parameters
escapedStringEscaped string
Returns
unescaped string
Since
2.3
+ (NSString*) stringByURLEncodingString: (NSString *)  unescapedString

Encodes string for URL

Parameters
unescapedStringUnescaped string
Returns
escaped string
Since
2.3

The documentation for this class was generated from the following file: