Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Content.IContentRef< TContent > Interface Template Reference

This type defines a methodology for resolving a reference to a Beamable ContentObject. More...

Inheritance diagram for Beamable.Common.Content.IContentRef< TContent >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.IContentRef< TContent >:
Collaboration graph
[legend]

Public Member Functions

string GetId ()
 
void SetId (string id)
 
bool IsContent (IContentObject content)
 
Type GetReferencedType ()
 
Type GetReferencedBaseType ()
 
Promise< TContent > Resolve (string manifestID="")
 

Detailed Description

This type defines a methodology for resolving a reference to a Beamable ContentObject.

Related Links

img beamable-logo

Type Constraints
TContent :IContentObject 
TContent :new() 

The documentation for this interface was generated from the following file: