class
UI::NotificationRequest
- UI::NotificationRequest
- Reference
- Object
Defined in:
ui/notifications.crConstructors
Instance Method Summary
- #badge : Int32 | Nil
- #badge=(badge : Int32 | Nil)
- #body : String
- #body=(body : String)
- #delay_seconds : Float64
- #delay_seconds=(delay_seconds : Float64)
- #effective_delay_seconds : Float64
- #identifier : String
- #identifier=(identifier : String)
- #repeats : Bool
- #repeats=(repeats : Bool)
- #sound : Bool
- #sound=(sound : Bool)
- #subtitle : String | Nil
- #subtitle=(subtitle : String | Nil)
- #thread_id : String | Nil
- #thread_id=(thread_id : String | Nil)
- #title : String
- #title=(title : String)
Constructor Detail
def self.new(title : String, body : String, identifier : String | Nil = nil, subtitle : String | Nil = nil, delay_seconds : Float64 = 0.25, repeats : Bool = false, sound : Bool = true, badge : Int32 | Nil = nil, thread_id : String | Nil = nil)
#