Contents

serviceType

Specifies the social-networking service.

Declaration

var serviceType: String! { get }

Discussion

The value of this property is set when you initialize a social compose view controller in init(forServiceType:). Each social view controller you present is connected to only one social service at a time. Use this property to check which service your social view controller has specified. For a list of possible values, see Service Type Constants.

See Also

Checking the Social Service Type