class
AmberCLI::Native::CapabilityManifest::NotificationActionSpec
- AmberCLI::Native::CapabilityManifest::NotificationActionSpec
- Reference
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Strict
Defined in:
amber_cli/native/capability_manifest.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(identifier : String = "", title : String = "", kind : String = "default", options : Array(String) = [] of String, text_input_button_title : String | Nil = nil, text_input_placeholder : String | Nil = nil, is_enabled : Bool = true)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Instance Method Summary
- #identifier : String
- #identifier=(identifier : String)
- #is_enabled : Bool
- #is_enabled=(is_enabled : Bool)
- #kind : String
- #kind=(kind : String)
- #options : Array(String)
- #options=(options : Array(String))
- #text_input_button_title : String | Nil
- #text_input_button_title=(text_input_button_title : String | Nil)
- #text_input_placeholder : String | Nil
- #text_input_placeholder=(text_input_placeholder : String | Nil)
- #title : String
- #title=(title : String)
- #validate! : self
Constructor Detail
def self.new(identifier : String = "", title : String = "", kind : String = "default", options : Array(String) = [] of String, text_input_button_title : String | Nil = nil, text_input_placeholder : String | Nil = nil, is_enabled : Bool = true)
#
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#