Beamable SDK
|
Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.
More...
Public Member Functions | |
BeamHint (BeamHintHeader header, object contextObject) | |
bool | Equals (BeamHint other) |
bool | Equals (BeamHintHeader other) |
override string | ToString () |
Public Attributes | |
readonly BeamHintHeader | Header |
The unique BeamHintHeader identifying this hint. | |
readonly object | ContextObject |
An object associated with this hint to provide some context to it (normally used to render hint details via HintDetailsProvider). | |
Helper struct to deal with an individual BeamHint. Contains it's BeamHintHeader (unique key identifying the BeamHint) and a read-only reference to the hint's object.