isOnlyEmojis

open override fun isOnlyEmojis(string: String?): Boolean

Tests if a given String only contains emojis.

Return

true if the string only contains emojis, false else

Parameters

string

the string to test