SLServiceKind Enum

Definition

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

public enum SLServiceKind
type SLServiceKind = 
Inheritance
SLServiceKind

Fields

Facebook 0

Facebook services

LinkedIn 4
SinaWeibo 2

SinaWeibo service

TencentWeibo 3

TencentWeibo service.

Twitter 1

Twitter service.

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