All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidMain.com.dyte.mobilecorekmm.AndroidMeetingInfo.kt Maven / Gradle / Ivy

package com.dyte.mobilecorekmm

import android.app.Application
import android.content.Context
import androidx.fragment.app.FragmentManager
import androidx.lifecycle.Lifecycle
import com.dyte.mobilecorekmm.models.MeetingInfo

data class AndroidMeetingInfo(
  val meetingInfo: MeetingInfo,
  val context: Application,
  val lifeCycle: Lifecycle,
  val fragmentManager: FragmentManager
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy