Class ISN_RPPreviewViewController
An object that displays a user interface where users preview and edit a screen recording created with ReplayKit.
Inheritance
System.Object
ISN_RPPreviewViewController
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.ReplayKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_RPPreviewViewController
Methods
Present(Action<ISN_PRPreviewResult>)
Presents a view controller modally.
Declaration
public void Present(Action<ISN_PRPreviewResult> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<ISN_PRPreviewResult> | callback | Indicates that the preview view controller is dismissed. |