public static bool Discard ();

Valor de retorno

bool A boolean value of True if the recording was discarded successfully or False if an error occurred.

Descripción

Discard the current recording.

Discards the current recording, if it exists. Does nothing if there is no current recording.

If ReplayKit.APIAvailable is false, this method does nothing and returns false.