Beamable SDK
Public Member Functions | List of all members
Beamable.Editor.Alias.IAliasService Interface Reference
Inheritance diagram for Beamable.Editor.Alias.IAliasService:
Inheritance graph
[legend]

Public Member Functions

Promise< AliasResolveResolve (string cidOrAlias)
 Given a string that could represent an Alias or a Cid, this method will analyze the string, and resolve it through Beamable to fetch other data. More...
 

Member Function Documentation

◆ Resolve()

Promise< AliasResolve > Beamable.Editor.Alias.IAliasService.Resolve ( string  cidOrAlias)

Given a string that could represent an Alias or a Cid, this method will analyze the string, and resolve it through Beamable to fetch other data.

If the input is a CID, then the result structure will only include the cid, since that is all that is required to use Beamable. If the input is an ALIAS, then the result structure will include the given alias, and the customer CID.

Parameters
cidOrAliasA string that is either a CID or an ALIAS
Returns
A structure that has an optional Alias and an optional Cid

Implemented in Beamable.Editor.Alias.AliasService.


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