Roblox API Reference

CalloutService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
null AttachCallout (string definitionId, string locationId, Instance target) 573
null DefineCallout (string definitionId, string title, string description, string learnMoreURL) 573
null DetachCalloutsByDefinitionId (string definitionId) 573
57 members inherited from Instance

History

Members

AttachCallout On DevHub

Name Type Default
definitionId string none
locationId string none
target Instance none

History

DefineCallout On DevHub

Name Type Default
definitionId string none
title string none
description string none
learnMoreURL string none

History

DetachCalloutsByDefinitionId On DevHub

Name Type Default
definitionId string none

History

Relevant classes (1)