class Mappings::ActionSessionInit

Overview

Data used to initialize a session of type "Action".

Defined in:

bindings/mappings.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(c_data : LibHermes::CActionSessionInit) #

[View source]
def self.new(data) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def can_be_enqueued #

[View source]
def data : DataType #

def data=(data : DataType) #

def intent_filter #

[View source]
def send_intent_not_recognized #

[View source]
def text #

[View source]
def to_unsafe #

[View source]

Macro Detail

macro method_missing(call) #