AcManager.Pages.AcSettings.AcSettingsVideo.ViewModel.Share C# (CSharp) Method

Share() private method

private Share ( ) : Task
return Task
            private async Task Share() {
                await SharingUiHelper.ShareAsync(SharedEntryType.VideoSettingsPreset,
                        Path.GetFileNameWithoutExtension(UserPresetsControl.GetCurrentFilename(Presets.PresetableKey)), null,
                        Presets.ExportToPresetData());
            }
        }
AcSettingsVideo.ViewModel