class Mappings::StartSessionMessage
- Mappings::StartSessionMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message that is used to initiate a session.
- init [
String
|ActionSessionInit
] : The way this session should be created. - site_id [
String
] : The site where the session should be started, a nil value will be interpreted as "default". - custom_data [
String
] : Optional data that will be passed to the next session event.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #custom_data
- #data : DataType
- #data=(data : DataType)
- #init
- #site_id
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.