Chronicle v1 API - Class InAppLink (1.0.0-beta05)

public sealed class InAppLink : IMessage<InAppLink>, IEquatable<InAppLink>, IDeepCloneable<InAppLink>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class InAppLink.

In app linking start

Inheritance

object > InAppLink

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

public InAppLink()
public InAppLink(InAppLink other)
Parameter
Name Description
other InAppLink

Properties

public string IconUrl { get; set; }

Icon url for the link.

Property Value
Type Description
string
public string Label { get; set; }

Label for the link.

Property Value
Type Description
string
public string Url { get; set; }

URL to redirect to.

Property Value
Type Description
string