AddOrReplaceHint(BeamHintType type, string hintDomain, string uniqueId, object hintContextObj=null) | Beamable.Common.Assistant.BeamHintStorage | inline |
AddOrReplaceHint(BeamHintHeader header, object hintContextObj=null) | Beamable.Common.Assistant.BeamHintStorage | inline |
AddOrReplaceHints(IEnumerable< BeamHintHeader > headers, IEnumerable< object > hintContextObjs) | Beamable.Common.Assistant.BeamHintStorage | inline |
AddOrReplaceHints(IEnumerable< BeamHint > bakedHints) | Beamable.Common.Assistant.BeamHintStorage | inline |
BeamHintStorage() | Beamable.Common.Assistant.BeamHintStorage | inline |
GetEnumerator() | Beamable.Common.Assistant.BeamHintStorage | inline |
GetHint(BeamHintHeader header) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveAllHints(IEnumerable< string > hintDomains, IEnumerable< string > hintIds) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveAllHints(BeamHintType type) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveAllHints(string hintDomainRegex=".*", string idRegex=".*") | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveHint(BeamHintHeader header) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveHint(BeamHint hint) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveHints(IEnumerable< BeamHintHeader > headers) | Beamable.Common.Assistant.BeamHintStorage | inline |
RemoveHints(IEnumerable< BeamHint > hints) | Beamable.Common.Assistant.BeamHintStorage | inline |