ginipaylib
/
net.gini.android
/
Utils
Utils
public class
Utils
Content copied to clipboard
Functions
Properties
Functions
checkNotNull
Link copied to clipboard
static
T
checkNotNull
<T>(
T
reference)
Content copied to clipboard
Ensures that an object reference passed as a parameter to the calling method is not null.
mapToUrlEncodedString
Link copied to clipboard
static
String
mapToUrlEncodedString
(
Map
<
String
,
String
> data)
Content copied to clipboard
Creates an urlencoded string from the given data.
Properties
CHARSET_UTF8
Link copied to clipboard
public static
Charset
CHARSET_UTF8
Content copied to clipboard