@Nullable abstract fun getPushToken(): String?
Returns the push token used to push. This is either the value retrieved by the SDK or the one provided in #setPushToken(String)
#setPushToken(String)