<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "applicensedeliverysdk",
  "identifier" : "/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App License Delivery SDK"
    ],
    "preciseIdentifier" : "s:3ALD10ALDSessionC0B4TypeO"
  },
  "title" : "ALDSession.ALDSessionType"
}
-->

# ALDSession.ALDSessionType

The type of the license session created.
A normalSession is used for a session created with a license request.
A staticSession is used for session created without a license request

```
enum ALDSessionType
```

## Topics

### Enumeration Cases

[`case normalSession`](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/normalSession)

[`case staticSession`](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/staticSession)

[`case unknown`](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/unknown)

### Initializers

[`init?(rawValue: UInt32)`](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/init(rawValue:))

Creates a new instance with the specified raw value.

### Default Implementations

[Equatable Implementations](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/Equatable-Implementations)

[RawRepresentable Implementations](/documentation/AppLicenseDeliverySDK/ALDSession/ALDSessionType/RawRepresentable-Implementations)

## Relationships

### Conforms To

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

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

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

---

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)