public sealed class InAppLink : IMessage<InAppLink>, IEquatable<InAppLink>, IDeepCloneable<InAppLink>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class InAppLink.
In app linking start
Implements
IMessageInAppLink, IEquatableInAppLink, IDeepCloneableInAppLink, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
InAppLink()
public InAppLink()InAppLink(InAppLink)
public InAppLink(InAppLink other)| Parameter | |
|---|---|
| Name | Description |
other |
InAppLink |
Properties
IconUrl
public string IconUrl { get; set; }Icon url for the link.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Label
public string Label { get; set; }Label for the link.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Url
public string Url { get; set; }URL to redirect to.
| Property Value | |
|---|---|
| Type | Description |
string |
|