Show / Hide Table of Contents

Class ShortLinksResource

The "shortLinks" collection of methods.

Inheritance
object
ShortLinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class ShortLinksResource

Constructors

ShortLinksResource(IClientService)

Constructs a new resource.

Declaration
public ShortLinksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(CreateShortDynamicLinkRequest)

Creates a short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project.

Declaration
public virtual ShortLinksResource.CreateRequest Create(CreateShortDynamicLinkRequest body)
Parameters
Type Name Description
CreateShortDynamicLinkRequest body

The body of the request.

Returns
Type Description
ShortLinksResource.CreateRequest
In this article
Back to top Generated by DocFX