Show / Hide Table of Contents

Class ISN_UIActivityViewControllerResult

Object that contains information about user interaction with the ISN_UIActivityViewController You can use this object to execute any final code related to the service.

Inheritance
System.Object
ISN_UIActivityViewControllerResult
Namespace: SA.iOS.Social
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIActivityViewControllerResult : SA_Result

Properties

ActivityType

The type of the service that was selected by the user. For custom services, this is the value returned by the activityType method of a native UIActivity object. For system-defined activities, it is one of the strings listed in ISN_UIActivityType constants.

Declaration
public string ActivityType { get; }
Property Value
Type Description
System.String

Completed

true if the service was performed or false if it was not. This parameter is also set to false when the user dismisses the view controller without selecting a service.

Declaration
public bool Completed { get; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX