Object StreamCallActivity.Companion
-
- All Implemented Interfaces:
public class StreamCallActivity.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StreamCallActivity.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends StreamCallActivity> IntentcallIntent(Context context, StreamCallId cid, List<String> members, Boolean leaveWhenLastInCall, String action, Class<T> clazz, StreamCallActivityConfiguration configuration, Bundle extraData)Factory method used to build an intent to start this activity. -
-
Method Detail
-
callIntent
final <T extends StreamCallActivity> Intent callIntent(Context context, StreamCallId cid, List<String> members, Boolean leaveWhenLastInCall, String action, Class<T> clazz, StreamCallActivityConfiguration configuration, Bundle extraData)
Factory method used to build an intent to start this activity.
- Parameters:
context- the context.cid- the Call idmembers- list of membersaction- android action.clazz- the class of the Activityconfiguration- the configuration objectextraData- extra data to pass to the activity
-
-
-
-