getSuffixFromUserIdHashAndApiKey

private fun getSuffixFromUserIdHashAndApiKey(userIdHash: String?, apiKey: String?): String

Return

the concatenation of the userIdHash and apiKey.

Parameters

userIdHash

required. Must be non-null

apiKey

optional. May be null.