Table of Contents

Class CallerDefinition

Namespace
S1API.PhoneCalls
Assembly
S1API.dll

Represents the definition of a ScheduleOne.ScriptableObjects.CallerID instance.

public class CallerDefinition
Inheritance
CallerDefinition
Inherited Members
Extension Methods

Properties

Name

The name of the caller.

public string Name { get; set; }

Property Value

string

ProfilePicture

The profile picture of the caller.

public Sprite? ProfilePicture { get; set; }

Property Value

Sprite