Class MediaServicesUnitySettings
Inheritance
System.Object
MediaServicesUnitySettings
Assembly: cs.temp.dll.dll
public class MediaServicesUnitySettings : NativeFeatureUnitySettingsBase
Constructors
Declaration
public MediaServicesUnitySettings(bool enabled = true, bool usesCamera = true, bool usesGallery = true, bool savesFilesToGallery = true)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
System.Boolean |
usesCamera |
|
System.Boolean |
usesGallery |
|
System.Boolean |
savesFilesToGallery |
|
Properties
Declaration
public bool SavesFilesToGallery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UsesCamera { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool UsesGallery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
protected override string GetFeatureName()
Returns
Type |
Description |
System.String |
|