Class EssentialKitSettings
Inheritance
System.Object
EssentialKitSettings
Assembly: cs.temp.dll.dll
Syntax
public class EssentialKitSettings : ScriptableObject
Properties
AddressBookSettings
Declaration
public AddressBookUnitySettings AddressBookSettings { get; set; }
Property Value
ApplicationSettings
Declaration
public ApplicationSettings ApplicationSettings { get; set; }
Property Value
BillingServicesSettings
Declaration
public BillingServicesUnitySettings BillingServicesSettings { get; set; }
Property Value
CloudServicesSettings
Declaration
public CloudServicesUnitySettings CloudServicesSettings { get; set; }
Property Value
DeepLinkServicesSettings
Declaration
public DeepLinkServicesUnitySettings DeepLinkServicesSettings { get; set; }
Property Value
GameServicesSettings
Declaration
public GameServicesUnitySettings GameServicesSettings { get; set; }
Property Value
Instance
Declaration
public static EssentialKitSettings Instance { get; }
Property Value
Declaration
public MediaServicesUnitySettings MediaServicesSettings { get; set; }
Property Value
NativeUISettings
Declaration
public NativeUIUnitySettings NativeUISettings { get; set; }
Property Value
NetworkServicesSettings
Declaration
public NetworkServicesUnitySettings NetworkServicesSettings { get; set; }
Property Value
NotificationServicesSettings
Declaration
public NotificationServicesUnitySettings NotificationServicesSettings { get; set; }
Property Value
SharingServicesSettings
Declaration
public SharingServicesUnitySettings SharingServicesSettings { get; set; }
Property Value
WebViewSettings
Declaration
public WebViewUnitySettings WebViewSettings { get; set; }
Property Value
Methods
GetAvailableFeatureNames()
Declaration
public string[] GetAvailableFeatureNames()
Returns
Type |
Description |
System.String[] |
|
GetUsedFeatureNames()
Declaration
public string[] GetUsedFeatureNames()
Returns
Type |
Description |
System.String[] |
|
IsFeatureUsed(String)
Declaration
public bool IsFeatureUsed(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|