getPriority method

String? getPriority()

Gets the value of android.priority field.

Returns the value of android.priority field, or null if absent.

Implementation

String? getPriority() {
  return _priority;
}