public interface OddsFeedSessionBuilder
OddsFeedSession
instancesModifier and Type | Interface and Description |
---|---|
static interface |
OddsFeedSessionBuilder.MessageInterestSetter
Defines method used to set the session's
MessageInterest |
static class |
OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl
A builder used to construct
OddsFeedSession instances |
static interface |
OddsFeedSessionBuilder.SessionBuilder
Defines method used to build
|
Modifier and Type | Method and Description |
---|---|
static OddsFeedSessionBuilder |
init(SDKGlobalEventsListener listener)
Creates and returns a builder used to build
OddsFeedSession instance |
static OddsFeedSessionBuilder |
init(SDKGlobalEventsListener listener,
OddsFeedConfiguration config)
Creates and returns a builder used to build
OddsFeedSession instance |
OddsFeedSessionBuilder.MessageInterestSetter |
setListener(OddsFeedListener listener)
Sets the
OddsFeedListener instance which is to be used when building the
OddsFeedSession instance |
OddsFeedSessionBuilder.MessageInterestSetter setListener(OddsFeedListener listener)
OddsFeedListener
instance which is to be used when building the
OddsFeedSession
instancelistener
- A OddsFeedListener
instance to be used when building the
OddsFeedSession
instanceOddsFeedSessionBuilder.MessageInterestSetter
used to set the MessageInterest
static OddsFeedSessionBuilder init(SDKGlobalEventsListener listener) throws InitException
OddsFeedSession
instancelistener
- A SDKGlobalEventsListener
implementation used to observe the SDKOddsFeedSession
instanceInitException
- The instance was already initialisedstatic OddsFeedSessionBuilder init(SDKGlobalEventsListener listener, OddsFeedConfiguration config) throws InitException
OddsFeedSession
instancelistener
- A SDKGlobalEventsListener
implementation used to observe the SDKconfig
- the OddsFeedConfiguration
to useOddsFeedSession
instanceInitException
- The instance was already initialisedCopyright © 2016–2017. All rights reserved.