-
public class OneSignalUtils
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsdkVersionpublic final static OneSignalUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisValidEmail(String email)final BooleanisValidPhoneNumber(String number)final StringgetSdkVersion()The version of this SDK. -
-
Method Detail
-
isValidEmail
final Boolean isValidEmail(String email)
-
isValidPhoneNumber
final Boolean isValidPhoneNumber(String number)
-
getSdkVersion
final String getSdkVersion()
The version of this SDK. This is being formatted to ensure proper sorting when used in User-Agent strings and other uses where lexicographical order matters. Its being picked up from the Gradle build config field
SDK_VERSION. Also its calculated lazily once when first accessed and then cached after that.
-
-
-
-