UIActivityViewController.ExcludedActivityTypes Property

Definition

List of services that should not be displayed.

public virtual Foundation.NSString[] ExcludedActivityTypes { [Foundation.Export("excludedActivityTypes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExcludedActivityTypes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ExcludedActivityTypes : Foundation.NSString[] with get, set

Property Value

This value can be null.

Attributes

Remarks

The list of built-in activity types are the defines as properties in the UIActivityType class, you can use those to list which services should not be displayed.

Applies to