VOGameManager

@interface VOGameManager : NSObject <VOGameManagerProtocol>

VOGameManager is the default implementation of the VOGameManagerProtocol. It is responsible for any game related network requests.

  • Default initializer for the VOGameManager.

    Declaration

    Objective-C

    - (instancetype)initWithNetworkManager:
        (id<VONetworkManagerProtocol>)networkManager;

    Parameters

    networkManager

    - Used to send requests to Voucher’s servers.

    Return Value

    Instance of VOGameManager.