getUserDeviceIds

fun getUserDeviceIds(userId: String?): List<String>?

Provides the device ids list for a user id. FIXME Should maybe return emptyList and not null, to avoid many !! in the code

Return

the device ids list

Parameters

userId

the user id