SLServiceKind Enum

Definition

Enumeration with the various kinds of social services that can be used.

public enum SLServiceKind
type SLServiceKind = 
Inheritance
SLServiceKind

Fields

Name Value Description
Facebook 0

Facebook services

Twitter 1

Twitter service.

SinaWeibo 2

SinaWeibo service

TencentWeibo 3

TencentWeibo service.

LinkedIn 4

Remarks

This enumeration is used to map into the underlying set of services offered by the social framework. It is intended to assist code completion while developing and take the gueswork out of using the framework in some entry points that take an NSString as a parameter.

Applies to