AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyResult< T > Class Template Reference

Public Member Functions

override string ToString ()
 A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Public Attributes

readonly AdaptyError Error
readonly T Value

Package Functions

 AdaptyResult (T value, AdaptyError error)

Member Function Documentation

◆ AdaptyResult()

AdaptySDK.AdaptyResult< T >.AdaptyResult ( T value,
AdaptyError error )
package

◆ ToString()

override string AdaptySDK.AdaptyResult< T >.ToString ( )

A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Member Data Documentation

◆ Error

readonly AdaptyError AdaptySDK.AdaptyResult< T >.Error

◆ Value

readonly T AdaptySDK.AdaptyResult< T >.Value

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