ProtoOutputStream.End(Int64) Method
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.
End the object started by start() that returned token.
[Android.Runtime.Register("end", "(J)V", "", ApiSince=30)]
public void End (long token);
[<Android.Runtime.Register("end", "(J)V", "", ApiSince=30)>]
member this.End : int64 -> unit
Parameters
- token
- Int64
The token returned from #start(long)
- Attributes
Remarks
End the object started by start() that returned token.
Java documentation for android.util.proto.ProtoOutputStream.end(long)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.