Inherits from NSObject
Declared in KiiSocialAccountInfo.h

Overview

A class that represent social account information.

Tasks

Properties

createdAt

The creation date time of social network integration.

@property (nonatomic, readonly) NSDate *createdAt

Return Value

NSDate integration date time.

Discussion

The creation date time of social network integration.

Declared In

KiiSocialAccountInfo.h

provider

Provider enumeration.

@property (nonatomic, readonly) KiiConnectorProvider provider

Return Value

KiiConnectorProvider enumeration of linked social network provider.

Discussion

Provider enumeration.

Declared In

KiiSocialAccountInfo.h

socialAccountId

Social account identifier.

@property (nonatomic, readonly) NSString *socialAccountId

Return Value

socialAccountId Idetifier given by social network provider.

Discussion

Social account identifier.

Declared In

KiiSocialAccountInfo.h