setPriority

abstract suspend fun setPriority(newPriority: Int): Group

Sets the group's priority.

Return

the Group instance

Parameters

newPriority

new integer priority (1..20)

Throws

if newPriority is out of acceptable range