JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Constructors
Methods
Method
Description
android.content.getWallpaper()
android.content.peekWallpaper()
android.content.getWallpaperDesiredMinimumWidth()
android.content.getWallpaperDesiredMinimumHeight()
android.content.setWallpaper(Bitmap)
android.content.setWallpaper(InputStream)
android.content.clearWallpaper()
android.content.sendStickyBroadcast(Intent)
android.content.sendStickyBroadcast(Intent,Bundle)
android.content.sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,Integer,String,Bundle)
android.content.removeStickyBroadcast(Intent)
android.content.sendStickyBroadcastAsUser(Intent,UserHandle)
android.content.sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,Integer,String,Bundle)
android.content.removeStickyBroadcastAsUser(Intent,UserHandle)
android.app.getLoaderManager()
android.app.onCreateThumbnail(Bitmap,Canvas)
android.app.enterPictureInPictureMode()
android.app.getFragmentManager()
androidx.fragment.app.onAttachFragment(Fragment)
android.app.onAttachFragment(Fragment)
android.app.managedQuery(Uri,Array,String,Array,String)
android.app.startManagingCursor(Cursor)
android.app.stopManagingCursor(Cursor)
android.app.onNavigateUpFromChild(Activity)
android.app.showDialog(Integer)
android.app.showDialog(Integer,Bundle)
android.app.dismissDialog(Integer)
android.app.removeDialog(Integer)
androidx.activity.startActivityForResult(Intent,Integer)
androidx.activity.startActivityForResult(Intent,Integer,Bundle)
androidx.activity.startIntentSenderForResult(IntentSender,Integer,Intent,Integer,Integer,Integer)
androidx.activity.startIntentSenderForResult(IntentSender,Integer,Intent,Integer,Integer,Integer,Bundle)
android.app.startActivityFromChild(Activity,Intent,Integer)
android.app.startActivityFromChild(Activity,Intent,Integer,Bundle)
android.app.startActivityFromFragment(Fragment,Intent,Integer)
android.app.startActivityFromFragment(Fragment,Intent,Integer,Bundle)
android.app.startIntentSenderFromChild(Activity,IntentSender,Integer,Intent,Integer,Integer,Integer)
android.app.startIntentSenderFromChild(Activity,IntentSender,Integer,Intent,Integer,Integer,Integer,Bundle)
android.app.finishFromChild(Activity)
android.app.finishActivityFromChild(Activity,Integer)
android.app.setTitleColor(Integer)
android.app.setProgressBarVisibility(Boolean)
android.app.setProgressBarIndeterminateVisibility(Boolean)
android.app.setProgressBarIndeterminate(Boolean)
android.app.setProgress(Integer)
android.app.setSecondaryProgress(Integer)
android.app.requestVisibleBehind(Boolean)
android.app.onVisibleBehindCanceled()
android.app.navigateUpToFromChild(Activity,Intent)
androidx.core.app.putExtraData(ComponentActivity.ExtraData)
androidx.core.app.getExtraData(Class)
androidx.activity.onRetainCustomNonConfigurationInstance()
androidx.activity.getLastCustomNonConfigurationInstance()
androidx.fragment.app.validateRequestPermissionsRequestCode(Integer)
androidx.fragment.app.getSupportLoaderManager()
androidx.fragment.app.startIntentSenderFromFragment(Fragment,IntentSender,Integer,Intent,Integer,Integer,Integer,Bundle)
androidx.appcompat.app.setSupportProgressBarVisibility(Boolean)
androidx.appcompat.app.setSupportProgressBarIndeterminateVisibility(Boolean)
androidx.appcompat.app.setSupportProgressBarIndeterminate(Boolean)
androidx.appcompat.app.setSupportProgress(Integer)
androidx.appcompat.app.onSupportContentChanged()
pro.streem.sdk.startStreemActivity(Activity,Streem.SessionConfig,Streem.ParticipantRequest)
Opens a room with the participants in a new full-screen Activity.
pro.streem.sdk.startStreemActivity(Activity,Streem.SessionConfig,InitialCallState,Streem.ParticipantRequest,String,String,Function1)
Opens a room with the participants in a new full-screen Activity.
pro.streem.sdk.startStreemActivity(Fragment,Streem.SessionConfig,Streem.ParticipantRequest)
Opens a room with the participants in a new full-screen Activity.
pro.streem.sdk.startStreemActivity(Activity,Streem.StreemInvitation,Streem.SessionConfig,Function1)
Opens or joins a room with the current invitation in a new full-screen Activity.
pro.streem.sdk.startStreemActivity(Fragment,Streem.StreemInvitation,Streem.SessionConfig,Function1)
Opens or joins a room with an invitation code in a new full-screen Activity.
pro.streem.sdk.startStreemActivityForInvitation(String,Activity,Streem.SessionConfig)
Opens or joins a room with the current invitation in a new full-screen Activity.
pro.streem.sdk.startStreemActivityForInvitation(String,Fragment,Streem.SessionConfig)
Opens or joins a room with an invitation code in a new full-screen Activity.
Constructors
Constructor
Description
pro.streem.sdk.Streem.Configuration(Application,CharSequence,Streem.Environment,Function1)