Nakama .NET Client SDK 3.16.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Satori.IApiFlag Interface Reference

Feature flag available to the identity. More...

Properties

IFlagValueChangeReason ChangeReason [get]
 The origin of change on the flag value returned.
 
bool ConditionChanged [get]
 Whether the value for this flag has conditionally changed from the default state.
 
string Name [get]
 Flag name.
 
string Value [get]
 Value associated with this flag.
 

Detailed Description

Feature flag available to the identity.

Property Documentation

◆ ChangeReason

IFlagValueChangeReason Satori.IApiFlag.ChangeReason
get

The origin of change on the flag value returned.

◆ ConditionChanged

bool Satori.IApiFlag.ConditionChanged
get

Whether the value for this flag has conditionally changed from the default state.

◆ Name

string Satori.IApiFlag.Name
get

Flag name.

◆ Value

string Satori.IApiFlag.Value
get

Value associated with this flag.


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