Package | com.distriqt.extension.pushnotifications.channels |
Class | public class Channel |
Inheritance | Channel ![]() |
Property | Defined By | ||
---|---|---|---|
description : String | Channel | ||
enableBadge : Boolean = true | Channel | ||
enableLights : Boolean = true | Channel | ||
enableVibration : Boolean = true | Channel | ||
groupId : String | Channel | ||
id : String = default | Channel | ||
importance : int = 3 | Channel | ||
name : String = Channel | Channel | ||
sound : String | Channel |
Method | Defined By | ||
---|---|---|---|
Channel() | Channel |
Constant | Defined By | ||
---|---|---|---|
IMPORTANCE_DEFAULT : int = 3 [static]
Default notification importance: shows everywhere, makes noise, but does not visually intrude. | Channel | ||
IMPORTANCE_HIGH : int = 4 [static]
Higher notification importance: shows everywhere, makes noise and peeks. | Channel | ||
IMPORTANCE_LOW : int = 2 [static]
Low notification importance: shows everywhere, but is not intrusive
| Channel | ||
IMPORTANCE_MAX : int = 5 [static]
Unused
| Channel | ||
IMPORTANCE_MIN : int = 1 [static]
Min notification importance: only shows in the shade, below the fold. | Channel | ||
IMPORTANCE_NONE : int = 0 [static]
A notification with no importance: does not show in the shade. | Channel |
description | property |
public var description:String
enableBadge | property |
public var enableBadge:Boolean = true
enableLights | property |
public var enableLights:Boolean = true
enableVibration | property |
public var enableVibration:Boolean = true
groupId | property |
public var groupId:String
id | property |
public var id:String = default
importance | property |
public var importance:int = 3
name | property |
public var name:String = Channel
sound | property |
public var sound:String
Channel | () | Constructor |
public function Channel()
IMPORTANCE_DEFAULT | Constant |
public static const IMPORTANCE_DEFAULT:int = 3
Default notification importance: shows everywhere, makes noise, but does not visually intrude.
IMPORTANCE_HIGH | Constant |
public static const IMPORTANCE_HIGH:int = 4
Higher notification importance: shows everywhere, makes noise and peeks. May use full screen intents.
IMPORTANCE_LOW | Constant |
public static const IMPORTANCE_LOW:int = 2
Low notification importance: shows everywhere, but is not intrusive
IMPORTANCE_MAX | Constant |
public static const IMPORTANCE_MAX:int = 5
Unused
IMPORTANCE_MIN | Constant |
public static const IMPORTANCE_MIN:int = 1
Min notification importance: only shows in the shade, below the fold.
IMPORTANCE_NONE | Constant |
public static const IMPORTANCE_NONE:int = 0
A notification with no importance: does not show in the shade.