core
/
com.moengage.core.internal.utils
/
isNullOrEmpty
is
Null
Or
Empty
fun
isNullOrEmpty
(text:
CharSequence
?):
Boolean
Content copied to clipboard
Returns true if the string is null, or empty (once trimmed).
fun
isNullOrEmpty
(json:
JSONObject
?):
Boolean
Content copied to clipboard