Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppSession ¶
func NewAppSession() *appSession
func NewBrowserSession ¶
func NewBrowserSession() *browserSession
Types ¶
type Channel ¶
type Channel interface {
GetType() ChannelType
}
type ChannelData ¶
type ChannelData struct {
Channel ChannelType `json:"channel,omitempty"`
}
type ChannelType ¶
type ChannelType string
const ( Browser ChannelType = "browser" App ChannelType = "app" )
type SdkEphemeralPublicKey ¶
type SdkInterfaceType ¶
type SdkInterfaceType string
const ( Native SdkInterfaceType = "native" Html SdkInterfaceType = "html" Both SdkInterfaceType = "both" )
type UIElements ¶
type UIElements string
const ( Text UIElements = "text" SingleSelect UIElements = "single_select" MultiSelect UIElements = "multi_select" Oob UIElements = "oob" HtmlOther UIElements = "html_other" )
Click to show internal directories.
Click to hide internal directories.