Class iOSInfoPlistItem
iOS Info.plist key value pairs.
Inheritance
System.Object
iOSInfoPlistItem
Namespace: EasyMobile
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class iOSInfoPlistItem
Constructors
iOSInfoPlistItem(String)
Initializes a new instance of the iOSInfoPlistItem class with the given key and the DefaultUsageDescription.
Declaration
public iOSInfoPlistItem(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Key. |
iOSInfoPlistItem(String, String)
Initializes a new instance of the iOSInfoPlistItem class with the given key and value.
Declaration
public iOSInfoPlistItem(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Key. |
System.String | value | Value. |
Fields
DefaultUsageDescription
Declaration
public const string DefaultUsageDescription = "[Your usage description]"
Field Value
Type | Description |
---|---|
System.String |
NSCameraUsageDescription
Declaration
public const string NSCameraUsageDescription = "NSCameraUsageDescription"
Field Value
Type | Description |
---|---|
System.String |
NSContactsUsageDescription
Declaration
public const string NSContactsUsageDescription = "NSContactsUsageDescription"
Field Value
Type | Description |
---|---|
System.String |
NSMicrophoneUsageDescription
Declaration
public const string NSMicrophoneUsageDescription = "NSMicrophoneUsageDescription"
Field Value
Type | Description |
---|---|
System.String |
NSPhotoLibraryAddUsageDescription
Declaration
public const string NSPhotoLibraryAddUsageDescription = "NSPhotoLibraryAddUsageDescription"
Field Value
Type | Description |
---|---|
System.String |
NSPhotoLibraryUsageDescription
Declaration
public const string NSPhotoLibraryUsageDescription = "NSPhotoLibraryUsageDescription"
Field Value
Type | Description |
---|---|
System.String |
Properties
Key
Info.plist key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | The key. |
Value
The value associated with this Info.plist key.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()