Inherits from NSObject
Declared in WSCPackage.h

Overview

Base interface for all WSCPackage extensions.

Properties

packageType

Package type.

@property (nonatomic, readonly, copy) NSString *packageType

Discussion

Package type.

Declared In

WSCPackage.h

Instance Methods

initWithPackageType:

Returns an initialized WSCPackage object with package type.

- (instancetype)initWithPackageType:(NSString *)packageType

Parameters

packageType

The package type.

Discussion

Returns an initialized WSCPackage object with package type.

Declared In

WSCPackage.h

session

Returns the WSC session associated with this package. The associated session or null if session is not yet created.

- (WSCSession *)session

Discussion

Returns the WSC session associated with this package. The associated session or null if session is not yet created.

Declared In

WSCPackage.h