Classes
The following classes are available globally.
-
See moreAvatarManagerCloud
is used to handle all operations with avatars in cloud version of SDK.Declaration
Swift
public class AvatarManager
-
See moreItemManager
is used to make all operations with avatar items.Declaration
Swift
public class ItemManager
-
See moreTaskHandler
is used for subscription on task progress and completion callbacks. For more information seeAvatarManager
andItemManager
.Declaration
Swift
public class TaskHandler<Model>
-
See moreitSeez3DAvatarSDK
is used to initialize SDK andauthorize
user.Declaration
Swift
public class itSeez3DAvatarSDK : NSObject
-
See moreItemModel
contains base information about additional avatar items.Declaration
Swift
public class ItemModel
-
Wrapper for photo used in AvatarSDK.
See moreDeclaration
Swift
public class ImageFrame
-
See moreMeshItem
contains base information about the 3d item.Declaration
Swift
@objc open class MeshItem : NSObject
-
ResponseUserModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseUserModel : Codable
-
ResponseAvatarModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseAvatarModel : Codable
-
ResponseAvatarTextureModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseAvatarTextureModel : Codable
-
ResponseAvatarExportsModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseAvatarExportFileModel : Codable
-
ResponseAvatarExportsModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseAvatarExportModel : Codable
-
See moreResponseParametersModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseParametersModel : Codable
-
See moreResponseExportParametersModel
is used for mapping server response. For more information see Web API documentation (https://avatar-api.itseez3d.com/).Declaration
Swift
open class ResponseExportParametersModel : Codable