Class ISN_RPStopResult
Replay Kit Store Recording result.
Inheritance
System.Object
ISN_RPStopResult
Namespace: SA.iOS.ReplayKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_RPStopResult : SA_Result
Fields
PreviewController
An instance of the ISN_RPPreviewViewController class, that is returned if anything at all was recorded. The interface allows the user to preview and edit the recording.
Declaration
public ISN_RPPreviewViewController PreviewController
Field Value
Type | Description |
---|---|
ISN_RPPreviewViewController |
Properties
HasPreviewController
Gets a value indicating whether result has a PreviewController.
Declaration
public bool HasPreviewController { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|