Class HostingOptions
Configuration options for hosting the service, allowing white-label customization.
Inherited Members
Namespace: Morpheo.Sdk
Assembly: Morpheo.Sdk.dll
Syntax
public class HostingOptions
Properties
| Edit this page View SourceIconResourceName
Gets or sets the name of the icon resource (e.g., for Android). Default is "ic_stat_morpheo".
Declaration
public string IconResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceDisplayName
Gets or sets the public display name of the service or notification. Default is "Morpheo Node".
Declaration
public string ServiceDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceStatusMessage
Gets or sets the service status message or notification text. Default is "Le service est actif." (The service is active).
Declaration
public string ServiceStatusMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartOnBoot
Gets or sets a value indicating whether the service should start on OS boot. Default is true.
Declaration
public bool StartOnBoot { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |