Beamable SDK
Classes | Functions
Beamable.Common Namespace Reference

Classes

class  BeamableEnumExtensions
 This type defines the Extension Methods for Enum.
 
class  BeamableLogger
 This type defines a simple mock of the UnityEngine Debug class. The intention is not to replicate the entire set of functionality from Unity's Debug class, but to provide an easy reflexive log solution for dotnet core code.
 
class  BeamableLogProvider
 This type defines the passthrough for a Beamable Log Provider More...
 
class  BeamableLogUnityProvider
 This type defines the passthrough to UnityEngine.Debug methods such as Log, LogWarning, and LogException. More...
 
class  BeamableTaskExtensions
 
class  Constants
 
class  DefaultQuery
 This type defines the passthrough for a Beamable Default Query. More...
 
class  DefaultQueryParser
 This type defines the passthrough for a Beamable Default Query Parser.
 
class  ExceptionUtilities
 
interface  ITaskLike
 
class  ITaskLikeExtensions
 
class  ObjectExtensions
 
class  PackageVersion
 
class  Promise
 This type defines the Beamable Promise. More...
 
class  PromiseAsyncMethodBuilder
 https://github.com/dotnet/roslyn/blob/main/docs/features/task-types.md https://referencesource.microsoft.com/#mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs More...
 
class  PromiseBase
 This type defines the base for the Beamable Promise. More...
 
class  PromiseException
 
class  PromiseExtensions
 This type defines the static Beamable PromiseExtensions.
 
class  SequenceEntryException
 This type defines the static Beamable SequenceEntryException. More...
 
class  SequenceEntrySuccess
 This type defines the static Beamable SequenceEntrySuccess. More...
 
class  SequencePromise
 This type defines the Beamable SequencePromise. More...
 
class  SilentLogProvider
 This type defines the provider for use on physical devices, where spamming the device log is undesirable. This log provider silently swallows all input it receives. More...
 
class  TypeExtensions
 
class  UncaughtPromiseException
 This type defines the static Beamable UncaughtPromiseException. More...
 
struct  Unit
 This type defines the struct Beamable Unit. More...
 

Functions

delegate void PromiseEvent (PromiseBase promise, Exception err)