SLComposeViewController.IsAvailable Method

Definition

Overloads

IsAvailable(NSString)

Returns true if the application can send a request for the specified service type.

IsAvailable(SLServiceKind)

Returns true if the application can send a request for the specified service type.

IsAvailable(NSString)

Returns true if the application can send a request for the specified service type.

[Foundation.Export("isAvailableForServiceType:")]
public static bool IsAvailable (Foundation.NSString serviceType);
static member IsAvailable : Foundation.NSString -> bool

Parameters

serviceType
NSString

Returns

Attributes

Applies to

IsAvailable(SLServiceKind)

Returns true if the application can send a request for the specified service type.

public static bool IsAvailable (Social.SLServiceKind serviceKind);
static member IsAvailable : Social.SLServiceKind -> bool

Parameters

serviceKind
SLServiceKind

Returns

Applies to