Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 390 Bytes

File metadata and controls

20 lines (13 loc) · 390 Bytes

Provider

Example Usage

import com.glean.api_client.glean_api_client.models.components.Provider;

Provider value = Provider.ZOOM;

// Open enum: use .of() to create instances from custom string values
Provider custom = Provider.of("custom_value");

Values

Name Value
ZOOM ZOOM
HANGOUTS HANGOUTS