|
GOG GALAXY SDK Documentation
|
Listener for the result of IsDLCOwned method. More...
#include <IApps.h>
Public Types | |
| enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_GALAXY_SERVICE_NOT_SIGNED_IN , FAILURE_REASON_CONNECTION_FAILURE , FAILURE_REASON_EXTERNAL_SERVICE_FAILURE } |
| Reason of fetching result failure. More... | |
Public Member Functions | |
| virtual void | OnDlcCheckSuccess (ProductID productId, bool isOwned)=0 |
| Notification for the result fetched. More... | |
| virtual void | OnDlcCheckFailure (ProductID productId, FailureReason failureReason)=0 |
| Notification for the fail on fetching result. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< IS_DLC_OWNED > | |
| static ListenerType | GetListenerType () |
| Returns the type of the listener. More... | |
Listener for the result of IsDLCOwned method.
| enum FailureReason |
Reason of fetching result failure.
|
pure virtual |
Notification for the fail on fetching result.
| [in] | productId | Product ID of DLC was queried. |
| [in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the result fetched.
| [in] | productId | Product ID of DLC was queried. |
| [in] | isOwned | Set if user has the licence for specific DLC. |