//[
getMissingPermissions
[androidJvm]
abstract fun getMissingPermissions(context: Context): List<String>
Returns a list of the permissions required to use the Streem SDK that are not presently granted.
Parameters
androidJvm
context | the Context to use when checking each required permission’s grant status. |