GameManager

@interface GameManager : NSObject <VOGameManagerProtocol>

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

  • Default initializer for the GameManager.

    Declaration

    Objective-C

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

    Parameters

    networkManager

    - Used to send requests to Voucher’s servers.

    Return Value

    Instance of GameManager.