<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macOS: -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSAccountManagerResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "c:objc(cs)VSAccountManagerResult"
  },
  "title" : "VSAccountManagerResult"
}
-->

# VSAccountManagerResult

An object that represents a request made for subscriber account information.

```
class VSAccountManagerResult
```

## Overview

The system returns this object to your app when you app calls [`enqueue(_:completionHandler:)`](/documentation/VideoSubscriberAccount/VSAccountManager/enqueue(_:completionHandler:)). Use this object to cancel the request with [`cancel()`](/documentation/VideoSubscriberAccount/VSAccountManagerResult/cancel()) while the request is in progress.

## Topics

### Cancelling a Request

[`-  cancel`](/documentation/VideoSubscriberAccount/VSAccountManagerResult/cancel())

Cancels an in-progress request for subscriber account information.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)