ConversationEvent.ConversationUpdateEvent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;JJLandroid/app/personalcontext/hint/ConversationData;)V", "", ApiSince=37)]
public ConversationUpdateEvent(string conversationSessionId, long clientEventTimestampMillis, long timestampMillis, Android.App.PersonalContext.Hint.ConversationData conversationData);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;JJLandroid/app/personalcontext/hint/ConversationData;)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Hint.ConversationEvent.ConversationUpdateEvent : string * int64 * int64 * Android.App.PersonalContext.Hint.ConversationData -> Android.App.PersonalContext.Hint.ConversationEvent.ConversationUpdateEvent
Parameters
- conversationSessionId
- String
- clientEventTimestampMillis
- Int64
- timestampMillis
- Int64
- conversationData
- ConversationData
- Attributes